monitoring-plugins
Here are 137 public repositories matching this topic...
-
Updated
Jul 2, 2020 - Go
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Jul 5, 2020 - C
-
Updated
Jul 19, 2017 - Java
-
Updated
Feb 18, 2020 - Perl
-
Updated
Jun 2, 2020 - Perl
https://www.claudiokuenzler.com/nagios-plugins/check_esxi_hardware.php
"If no hw/vendor type was given, unknown will be used (like auto)"
In fact auto autodetects/selects a vendor name if it can, which unknown doesn't.
Also is there any reason unknown is the default rather than auto? Changing this would allow it to return more info by default (especially on HP), then you could switch to unkno
Issue Type
Bug report
Issue Detail
- check_netapp_ontap version:
- NetApp Ontap version:
- Monitoring solution: Centreon / Centreon-Broker
Expected Behavior
No bug in check snapshot_health if volume is 0 sized
Actual Behavior
Illegal division by zero at check_netapp_ontap.pl line 1464
How to resolve Behavior
at line 1458 add space-total condition :
-
Updated
Jun 11, 2020 - Python
-
Updated
May 25, 2020 - PowerShell
-
Updated
May 5, 2020 - Go
root@diskmaskin01:~ # /usr/local/libexec/nagios/check_zpools.sh -p thispooldoesnotexist ; echo $?
cannot open 'thispooldoesnotexist': no such pool
cannot open 'thispooldoesnotexist': no such pool
/usr/local/libexec/nagios/check_zpools.sh: line 125: [: !=: unary operator expected
ALL ZFS POOLS OK (thispooldoesnotexist)|thispooldoesnotexist=%
0
root@diskmaskin01:~ #
-
Updated
Dec 5, 2018 - Shell
-
Updated
Jun 12, 2020 - Shell
-
Updated
Oct 16, 2018 - JavaScript
-
Updated
Apr 9, 2019 - Go
There should be a bad handled return code or something creating this useless file.
-
Updated
Apr 7, 2017 - Go
-
Updated
Jun 1, 2020 - Shell
-
Updated
Jul 2, 2020 - Perl
-
Updated
Nov 24, 2019 - Shell
-
Updated
Nov 7, 2019 - Perl
-
Updated
May 13, 2020 - Python
-
Updated
Nov 26, 2015 - Shell
-
Updated
Jun 6, 2020 - Java
See:
- https://pulsar.apache.org/docs/en/deploy-monitoring/
- https://pulsar.apache.org/docs/en/administration-stats/
Note that metrics are exposed in Prometheus format, so maybe that's the thing to tackle first: sematext/sematext-agent-java#24
Note from https://pulsar.apache.org/docs/en/deploy-monitoring/
When collecting time series statistics, the major proble
-
Updated
Sep 18, 2016 - PHP
-
Updated
Jul 16, 2018 - PowerShell
Improve this page
Add a description, image, and links to the monitoring-plugins topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the monitoring-plugins topic, visit your repo's landing page and select "manage topics."
Hi all,
In order to get the monitoring queries have a less impact in other transactions in terms of locking and blocking, I have been setting the TRANSACTION ISOLATION LEVEL by modifying the centreon's code.
I have been using the code modified successfully, mitigating blocks issues in databases of intensive use.
I think it will be a good enhancement to include this options in the mssql c