David GUENAULT / BOX4PROD
David GUENAULT / BOX4PROD
Hi there, We recently updated some configuration (added 300 metrics to an existing agent running a collection of about 300 metrics). The agent run only one server section. The JVM...
I see that cassandra driver support TLS encryption but i don't see in documentation if this is possible through biggraphite configuration (at bg-carbon-cache level). Do you have any information about...
For example the page https://github.com/naparuba/shinken/blob/master/doc/source/07_advanced/internals-monitoring.rst is not present in shinken.readthedocs.io.
This is a copy/paste error ``` parser.add_option('-w', '--warning', dest="warning", help='Warning value for physical used memory. In percent. Default : 75%') parser.add_option('-c', '--critical', dest="critical", help='Critical value for physical used memory. In...
Unit should only be used after value and not after warning, critical, min and max. See https://nagios-plugins.org/doc/guidelines.html#AEN200 point 8 Not sure but make sense for me.
This option raise an error if no command was found in the processes list. Here is a patch to test: ``` diff --git a/check_processes_by_ssh.py b/check_processes_by_ssh.py index 3e84c78..7216925 100755 --- a/check_processes_by_ssh.py...
I'm not sure but if you read carreguly nagios perfdata specification those values must be numbers. https://nagios-plugins.org/doc/guidelines.html#AEN200 point 8
As specified in official documentation the quote character must be single quote. In this plugin the double quote is used instead. https://nagios-plugins.org/doc/guidelines.html#AEN200
./check_net_stats_by_ssh.py -H 192.168.0.49 -u root OK: the check is initializing Exception in thread Thread-1 (most likely raised during interpreter shutdown): Traceback (most recent call last): File "/usr/lib64/python2.6/threading.py", line 532, in...
**Describe the bug** if no subnet is associated with a section then it is impossible to delete the section **phpIPAM version** Bug fixes are supported in the latest production and...