You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to run your own instance of Icinga, you could set it up in a few clicks using the infrastructure provider Exoscale. We provide the images. Just take a look at the [Exoscale Marketplace](https://www.exoscale.com/marketplace/).
The source code is published here without support. If you need Enterprise Support, [conclude a Service Contract](https://www.linuxfabrik.ch/en/products/service-support).
51
51
52
-
Do you think more people should know about it? Sharing is caring, so feel free to spread the word. We would really appreciate if you share this on any social media, or link this site on any blog or forum. Or more specifically: [It would be great if you could tell on GitHub discussions how you use the plugins](https://github.com/Linuxfabrik/monitoring-plugins/discussions/categories/show-and-tell?discussions_q=is%3Aopen+category%3A%22Show+and+tell%22).
52
+
## Support
53
53
54
-
If you simply like to support our work, please consider donating and become a sponsor.
54
+
The source code is published here without support. If you need Enterprise Support, please [conclude a Service Contract](https://www.linuxfabrik.ch/en/products/service-support).
Do you think more people should know about it? Sharing is caring, so feel free to spread the word. We would really appreciate if you share this on any social media, or link this site on any blog or forum. [It would also be great if you could tell on GitHub discussions how you use the plugins](https://github.com/Linuxfabrik/monitoring-plugins/discussions/categories/show-and-tell?discussions_q=is%3Aopen+category%3A%22Show+and+tell%22).
57
60
58
61
59
62
## Installation
60
63
61
64
* Have a look at the [INSTALL](https://github.com/Linuxfabrik/monitoring-plugins/blob/main/INSTALL.rst) document for the various options, including SELinux etc.
62
65
* For details on installing the plugins in Icinga Director, see [ICINGA](https://github.com/Linuxfabrik/monitoring-plugins/blob/main/ICINGA.rst).
63
66
67
+
If you want to run your own instance of Icinga, you could set it up in a few clicks using the infrastructure provider Exoscale. We provide the images at the [Exoscale Marketplace](https://www.exoscale.com/marketplace/). Alternatively, you can set up a self-hosted Icinga infrastructure using our [LFOps Ansible collection](github.com/Linuxfabrik/lfops).
68
+
64
69
65
70
## Reporting Issues
66
71
@@ -69,7 +74,7 @@ For now, there are two ways:
69
74
1.[Submit an issue](https://github.com/Linuxfabrik/monitoring-plugins/issues/new/choose) (preferred).
70
75
2.[Contact us](https://www.linuxfabrik.ch/en/contact) by email or web form and describe your problem.
71
76
72
-
For reporting a vulnerability, see [SECURITY](https://github.com/Linuxfabrik/monitoring-plugins/blob/main/SECURITY.md).
77
+
For reporting a vulnerability issue, see [SECURITY](https://github.com/Linuxfabrik/monitoring-plugins/blob/main/SECURITY.md).
73
78
74
79
75
80
## Check Plugin Poster
@@ -387,6 +392,7 @@ To avoid problems when passing *parameter values* that start with a `-`, the com
387
392
├── grafana Grafana dashboard definition
388
393
├── icingaweb2-module-director Icinga Director basket definition
389
394
├── icingaweb2-module-grafana Grafana panel definition for Icinga's Grafana module
395
+
├── icon SVG icon for Web GUIs
390
396
├── lib Link to the Linuxfabrik Python libraries
391
397
├── unit-test File for unit tests
392
398
│ ├── retc Files for simulating return codes
@@ -508,4 +514,4 @@ Q: **On Windows, some plugins result in `0x80070005 (E_ACCESSDENIED)`.**
508
514
A: When using the plugins in Icinga: [According to the Icinga documentation](https://icinga.com/docs/icinga-2/latest/doc/06-distributed-monitoring/#agent-setup-on-windows-configuration-wizard) the Icinga Agent runs as the `Network Service` user by default. This may result in `0x80070005 (E_ACCESSDENIED)` messages for some plugins. In this case, [use JEA Profiles for Icinga for Windows](https://icinga.com/docs/icinga-for-windows/latest/doc/130-JEA/01-JEA-Profiles/) and see [installing JEA for Windows](https://icinga.com/docs/icinga-for-windows/latest/doc/130-JEA/02-Installation/).
0 commit comments