Want to create custom process-based dashboards? Trigger notifications at
process or sub-process level? Provide a quick top-level view for thousands of components on a single screen? That's what this module has been designed for! You're running a huge cloud, want to get rid of the monitoring noise triggered by your auto-scaling platform but still want to have detailed information just a couple of clicks away in case you need them? You will love this little module! WWW: https://github.com/Icinga/icingaweb2-module-businessprocess
This commit is contained in:
parent
eec53fa6e2
commit
e71ddb85de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435674
4 changed files with 237 additions and 0 deletions
|
@ -83,6 +83,7 @@
|
|||
SUBDIR += icinga-core
|
||||
SUBDIR += icinga2
|
||||
SUBDIR += icingaweb2
|
||||
SUBDIR += icingaweb2-module-businessprocess
|
||||
SUBDIR += icingaweb2-module-cube
|
||||
SUBDIR += icingaweb2-module-generictts
|
||||
SUBDIR += icli
|
||||
|
|
34
net-mgmt/icingaweb2-module-businessprocess/Makefile
Normal file
34
net-mgmt/icingaweb2-module-businessprocess/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= icingaweb2-module-businessprocess
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.1.0
|
||||
CATEGORIES= net-mgmt www
|
||||
|
||||
MAINTAINER= lme@FreeBSD.org
|
||||
COMMENT= Manage Business Processes in Icinga Web 2
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= icingaweb2>=2.4.1:net-mgmt/icingaweb2
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= icinga
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
|
||||
NLS_USES= gettext
|
||||
NLS_USE= php=intl
|
||||
|
||||
WWWDIR?= ${PREFIX}/www/icingaweb2/modules/${PORTNAME:C/^.*-//}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${WWWDIR}
|
||||
(cd ${WRKSRC} && \
|
||||
${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
3
net-mgmt/icingaweb2-module-businessprocess/distinfo
Normal file
3
net-mgmt/icingaweb2-module-businessprocess/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1488965885
|
||||
SHA256 (icinga-icingaweb2-module-businessprocess-v2.1.0_GH0.tar.gz) = 9b9748895cf404b1b040b45f2b2234642a1e4525b0a2137621edaeeff919fdc6
|
||||
SIZE (icinga-icingaweb2-module-businessprocess-v2.1.0_GH0.tar.gz) = 1445977
|
199
net-mgmt/icingaweb2-module-businessprocess/pkg-plist
Normal file
199
net-mgmt/icingaweb2-module-businessprocess/pkg-plist
Normal file
|
@ -0,0 +1,199 @@
|
|||
%%WWWDIR%%/.gitlab-ci.yml
|
||||
%%WWWDIR%%/.travis.yml
|
||||
%%WWWDIR%%/LICENSE
|
||||
%%WWWDIR%%/README.md
|
||||
%%WWWDIR%%/application/clicommands/CheckCommand.php
|
||||
%%WWWDIR%%/application/clicommands/ProcessCommand.php
|
||||
%%WWWDIR%%/application/controllers/IndexController.php
|
||||
%%WWWDIR%%/application/controllers/NodeController.php
|
||||
%%WWWDIR%%/application/controllers/ProcessController.php
|
||||
%%WWWDIR%%/application/forms/AddNodeForm.php
|
||||
%%WWWDIR%%/application/forms/BpConfigForm.php
|
||||
%%WWWDIR%%/application/forms/BpUploadForm.php
|
||||
%%WWWDIR%%/application/forms/DeleteNodeForm.php
|
||||
%%WWWDIR%%/application/forms/ProcessForm.php
|
||||
%%WWWDIR%%/application/forms/SimulationForm.php
|
||||
%%WWWDIR%%/application/locale/de_DE/LC_MESSAGES/businessprocess.mo
|
||||
%%WWWDIR%%/application/locale/de_DE/LC_MESSAGES/businessprocess.po
|
||||
%%WWWDIR%%/application/locale/it_IT/LC_MESSAGES/businessprocess.mo
|
||||
%%WWWDIR%%/application/locale/it_IT/LC_MESSAGES/businessprocess.po
|
||||
%%WWWDIR%%/application/views/helpers/FormSimpleNote.php
|
||||
%%WWWDIR%%/application/views/helpers/RenderStateBadges.php
|
||||
%%WWWDIR%%/application/views/scripts/default.phtml
|
||||
%%WWWDIR%%/application/views/scripts/process/source.phtml
|
||||
%%WWWDIR%%/configuration.php
|
||||
%%WWWDIR%%/doc/01-Installation.md
|
||||
%%WWWDIR%%/doc/02-Getting-Started.md
|
||||
%%WWWDIR%%/doc/03-Create-your-first-process-node.md
|
||||
%%WWWDIR%%/doc/12-Web-Components-Breadcrumb.md
|
||||
%%WWWDIR%%/doc/13-Web-Components-Tile-Renderer.md
|
||||
%%WWWDIR%%/doc/14-Web-Components-Tree-Renderer.md
|
||||
%%WWWDIR%%/doc/16-Add-To-Dashboard.md
|
||||
%%WWWDIR%%/doc/21-Store-Config.md
|
||||
%%WWWDIR%%/doc/22-Upload-Config.md
|
||||
%%WWWDIR%%/doc/81-History.md
|
||||
%%WWWDIR%%/doc/82-Changelog.md
|
||||
%%WWWDIR%%/doc/84-Contributing.md
|
||||
%%WWWDIR%%/doc/screenshot/00_preview/0001_preview-tree-view.png
|
||||
%%WWWDIR%%/doc/screenshot/00_preview/0002_preview_tile_view.png
|
||||
%%WWWDIR%%/doc/screenshot/00_preview/0003_preview_businessprocesses_on_dashboard.png
|
||||
%%WWWDIR%%/doc/screenshot/00_preview/0004_preview_tile_and_subtree.png
|
||||
%%WWWDIR%%/doc/screenshot/00_preview/0005_preview-smaller-tile-view.png
|
||||
%%WWWDIR%%/doc/screenshot/00_preview/0006_preview-smaller-tree-view.png
|
||||
%%WWWDIR%%/doc/screenshot/00_preview/0007_preview-smallerbusinessprocesses-on-dashboard.png
|
||||
%%WWWDIR%%/doc/screenshot/01_installation/101_menu-configuration-modules.png
|
||||
%%WWWDIR%%/doc/screenshot/01_installation/102_enable-module.png
|
||||
%%WWWDIR%%/doc/screenshot/02_getting-started/0201_empty-dashboard.png
|
||||
%%WWWDIR%%/doc/screenshot/02_getting-started/0202_create-new-configuration.png
|
||||
%%WWWDIR%%/doc/screenshot/02_getting-started/0203_create-new_name.png
|
||||
%%WWWDIR%%/doc/screenshot/02_getting-started/0204_create-new_title.png
|
||||
%%WWWDIR%%/doc/screenshot/02_getting-started/0205_create-new_description.png
|
||||
%%WWWDIR%%/doc/screenshot/02_getting-started/0206_create-new_backend.png
|
||||
%%WWWDIR%%/doc/screenshot/02_getting-started/0207_create-new_state-type.png
|
||||
%%WWWDIR%%/doc/screenshot/02_getting-started/0208_create-new_add-to-menu.png
|
||||
%%WWWDIR%%/doc/screenshot/02_getting-started/0209_new-empty-configuration.png
|
||||
%%WWWDIR%%/doc/screenshot/02_getting-started/0210_new-on-dashboard.png
|
||||
%%WWWDIR%%/doc/screenshot/03_first-root-node/0301_empty-config.png
|
||||
%%WWWDIR%%/doc/screenshot/03_first-root-node/0302_add-new-node.png
|
||||
%%WWWDIR%%/doc/screenshot/03_first-root-node/0303_node-title.png
|
||||
%%WWWDIR%%/doc/screenshot/03_first-root-node/0304_operator.png
|
||||
%%WWWDIR%%/doc/screenshot/03_first-root-node/0305_display.png
|
||||
%%WWWDIR%%/doc/screenshot/03_first-root-node/0306_info-url.png
|
||||
%%WWWDIR%%/doc/screenshot/03_first-root-node/0307_first-node-created.png
|
||||
%%WWWDIR%%/doc/screenshot/12_web-components_breadcrumb/1201_simple-breadcrumb.png
|
||||
%%WWWDIR%%/doc/screenshot/12_web-components_breadcrumb/1202_return-from-fullscreen.png
|
||||
%%WWWDIR%%/doc/screenshot/12_web-components_breadcrumb/1203_add-to-dashboard.png
|
||||
%%WWWDIR%%/doc/screenshot/12_web-components_breadcrumb/1204_unlocked_config.png
|
||||
%%WWWDIR%%/doc/screenshot/13_web-components-tile-renderer/1301_tile-view.png
|
||||
%%WWWDIR%%/doc/screenshot/13_web-components-tile-renderer/1302_tile-and-subtree.png
|
||||
%%WWWDIR%%/doc/screenshot/14_web-components-tree-renderer/1401_tree-view.png
|
||||
%%WWWDIR%%/doc/screenshot/16_dashboard/1601_add-to-dashboard-link.png
|
||||
%%WWWDIR%%/doc/screenshot/16_dashboard/1602_add_to_dashboard-form.png
|
||||
%%WWWDIR%%/doc/screenshot/16_dashboard/1603_businessprocesses_on_dashboard.png
|
||||
%%WWWDIR%%/doc/screenshot/21_store-config/2101_Pending-Changes.png
|
||||
%%WWWDIR%%/doc/screenshot/21_store-config/2102_Store-Config.png
|
||||
%%WWWDIR%%/doc/screenshot/21_store-config/2103_Show-Diff.png
|
||||
%%WWWDIR%%/doc/screenshot/22_upload-config/2201_go-to-upload.png
|
||||
%%WWWDIR%%/doc/screenshot/22_upload-config/2202_choose-file.png
|
||||
%%WWWDIR%%/doc/screenshot/22_upload-config/2203_syntax-error.png
|
||||
%%WWWDIR%%/doc/screenshot/22_upload-config/2204_duplicate-name.png
|
||||
%%WWWDIR%%/doc/screenshot/81_history/8101_bpaddon-overview.png
|
||||
%%WWWDIR%%/doc/screenshot/81_history/8102_bpaddon-detail.png
|
||||
%%WWWDIR%%/library/Businessprocess/BpConfig.php
|
||||
%%WWWDIR%%/library/Businessprocess/BpNode.php
|
||||
%%WWWDIR%%/library/Businessprocess/Director/ShipConfigFiles.php
|
||||
%%WWWDIR%%/library/Businessprocess/Exception/NestingError.php
|
||||
%%WWWDIR%%/library/Businessprocess/Form.php
|
||||
%%WWWDIR%%/library/Businessprocess/HostNode.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/Attribute.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/Attributes.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/BaseElement.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/Container.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/Element.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/Html.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/HtmlString.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/HtmlTag.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/Icon.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/Img.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/Link.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/Renderable.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/Text.php
|
||||
%%WWWDIR%%/library/Businessprocess/Html/Util.php
|
||||
%%WWWDIR%%/library/Businessprocess/ImportedNode.php
|
||||
%%WWWDIR%%/library/Businessprocess/Metadata.php
|
||||
%%WWWDIR%%/library/Businessprocess/Modification/NodeAction.php
|
||||
%%WWWDIR%%/library/Businessprocess/Modification/NodeAddChildrenAction.php
|
||||
%%WWWDIR%%/library/Businessprocess/Modification/NodeCreateAction.php
|
||||
%%WWWDIR%%/library/Businessprocess/Modification/NodeModifyAction.php
|
||||
%%WWWDIR%%/library/Businessprocess/Modification/NodeRemoveAction.php
|
||||
%%WWWDIR%%/library/Businessprocess/Modification/ProcessChanges.php
|
||||
%%WWWDIR%%/library/Businessprocess/MonitoredNode.php
|
||||
%%WWWDIR%%/library/Businessprocess/Node.php
|
||||
%%WWWDIR%%/library/Businessprocess/ProvidedHook/Monitoring/HostActions.php
|
||||
%%WWWDIR%%/library/Businessprocess/ProvidedHook/Monitoring/ServiceActions.php
|
||||
%%WWWDIR%%/library/Businessprocess/Renderer/Breadcrumb.php
|
||||
%%WWWDIR%%/library/Businessprocess/Renderer/Renderer.php
|
||||
%%WWWDIR%%/library/Businessprocess/Renderer/TileRenderer.php
|
||||
%%WWWDIR%%/library/Businessprocess/Renderer/TileRenderer/NodeTile.php
|
||||
%%WWWDIR%%/library/Businessprocess/Renderer/TreeRenderer.php
|
||||
%%WWWDIR%%/library/Businessprocess/ServiceNode.php
|
||||
%%WWWDIR%%/library/Businessprocess/Simulation.php
|
||||
%%WWWDIR%%/library/Businessprocess/State/MonitoringState.php
|
||||
%%WWWDIR%%/library/Businessprocess/Storage/ConfigDiff.php
|
||||
%%WWWDIR%%/library/Businessprocess/Storage/LegacyConfigParser.php
|
||||
%%WWWDIR%%/library/Businessprocess/Storage/LegacyConfigRenderer.php
|
||||
%%WWWDIR%%/library/Businessprocess/Storage/LegacyStorage.php
|
||||
%%WWWDIR%%/library/Businessprocess/Storage/Storage.php
|
||||
%%WWWDIR%%/library/Businessprocess/Test/BaseTestCase.php
|
||||
%%WWWDIR%%/library/Businessprocess/Test/Bootstrap.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Component/ActionBar.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Component/Content.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Component/Controls.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Component/Dashboard.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Component/DashboardAction.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Component/RenderedProcessActionBar.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Component/Tabs.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Component/WtfTabs.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Controller.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/FakeRequest.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Form/BpConfigBaseForm.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Form/CsrfToken.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Form/Element/FormElement.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Form/Element/SimpleNote.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Form/FormLoader.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Form/QuickBaseForm.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Form/QuickForm.php
|
||||
%%WWWDIR%%/library/Businessprocess/Web/Url.php
|
||||
%%WWWDIR%%/library/vendor/php-diff/README.md
|
||||
%%WWWDIR%%/library/vendor/php-diff/SOURCE
|
||||
%%WWWDIR%%/library/vendor/php-diff/lib/Diff.php
|
||||
%%WWWDIR%%/library/vendor/php-diff/lib/Diff/Renderer/Abstract.php
|
||||
%%WWWDIR%%/library/vendor/php-diff/lib/Diff/Renderer/Html/Array.php
|
||||
%%WWWDIR%%/library/vendor/php-diff/lib/Diff/Renderer/Html/Inline.php
|
||||
%%WWWDIR%%/library/vendor/php-diff/lib/Diff/Renderer/Html/SideBySide.php
|
||||
%%WWWDIR%%/library/vendor/php-diff/lib/Diff/Renderer/Text/Context.php
|
||||
%%WWWDIR%%/library/vendor/php-diff/lib/Diff/Renderer/Text/Unified.php
|
||||
%%WWWDIR%%/library/vendor/php-diff/lib/Diff/SequenceMatcher.php
|
||||
%%WWWDIR%%/module.info
|
||||
%%WWWDIR%%/packaging/debian/README.1st
|
||||
%%WWWDIR%%/packaging/debian/changelog
|
||||
%%WWWDIR%%/packaging/debian/compat
|
||||
%%WWWDIR%%/packaging/debian/control
|
||||
%%WWWDIR%%/packaging/debian/docs
|
||||
%%WWWDIR%%/packaging/debian/install
|
||||
%%WWWDIR%%/packaging/debian/rules
|
||||
%%WWWDIR%%/packaging/debian/source/format
|
||||
%%WWWDIR%%/phpunit.xml
|
||||
%%WWWDIR%%/public/css/module.less
|
||||
%%WWWDIR%%/public/img/ack.gif
|
||||
%%WWWDIR%%/public/img/downtime.gif
|
||||
%%WWWDIR%%/public/img/help.gif
|
||||
%%WWWDIR%%/public/img/icon_collapse.png
|
||||
%%WWWDIR%%/public/img/icon_expand.png
|
||||
%%WWWDIR%%/public/js/module.js
|
||||
%%WWWDIR%%/run.php
|
||||
%%WWWDIR%%/test/bootstrap.php
|
||||
%%WWWDIR%%/test/config/authentication.ini
|
||||
%%WWWDIR%%/test/config/config.ini
|
||||
%%WWWDIR%%/test/config/modules/businessprocess/processes/broken_wrong-operator.conf
|
||||
%%WWWDIR%%/test/config/modules/businessprocess/processes/combined.conf
|
||||
%%WWWDIR%%/test/config/modules/businessprocess/processes/simple_with-header.conf
|
||||
%%WWWDIR%%/test/config/modules/businessprocess/processes/simple_without-header.conf
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/BpNodeTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/HostNodeTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/Html/AttributeTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/Html/AttributesTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/Html/HtmlTagTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/Html/HtmlTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/Html/LinkTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/Html/TextTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/MetadataTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/Operators/AndOperatorTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/Operators/MinOperatorTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/Operators/NotOperatorTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/Operators/OrOperatorTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/ServiceNodeTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/SimulationTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/Storage/LegacyStorageTest.php
|
||||
%%WWWDIR%%/test/php/library/Businessprocess/Web/Component/TabsTest.php
|
||||
%%WWWDIR%%/test/phpunit-compat.php
|
Loading…
Reference in a new issue