Check_MK-Treasures
Check_MK-Treasures copied to clipboard
Checks and Stuff for Check_MK
Hello and thank you for the plugin, I've been searching for something similar for a long time! Use case: I have a server which holds PostgreSQL subscriptions to a remote...
Testing the beta right now, the qemu plugin doesn't work there. The agent does return the `` section but it's not parsed by the checkmk server, so no check are...
It looks to me as if `section_docker_containers` is always `None` - this PR at least makes the plugin not crash anymore. # Crash Report ## Exception AttributeError ('NoneType' object has...
I noticed that line always ends with `\n` - so naturally it never equals `True` - therefore I decided to just always strip the line of such arbitrary whitespace characters,...
the get_cluster_status function checks that the services are running/not dead. but it appears that the check makes sure that there are at least 2 pids for each service rather than...
The error message reads: `Error precompiling checks for host PURE.STORAGE.HOST: Cannot find check file agent_pure needed for check type agent_pure.` So I went into the checks directory and found `pure_agent`...
Hi I have update my CheckMK from 2.1 to 2.2p7 and also update the Pure Plugin from 1.3.1 to 1.4.2. Afterwards I got this error: `[special_pure] ModuleNotFoundError: No module named...
Hi folks, probably not a real issue for kuhn-ruess, but would be great if you could help here. having issues to install the package "purestorage" inside the existing checkmk site:...
In the 1.4 version i got this issue at the end of the script exec: ` Traceback (most recent call last): File "/omd/sites/xxx/local/share/check_mk/agents/special/agent_pure", line 212, in get_arraycertificates() File "/omd/sites/xxx/local/share/check_mk/agents/special/agent_pure", line...
Hi , I had a request to have a check for the pure storage array to alert when the SSL certs are approaching expiry . I have the code to...