check_mk_extensions icon indicating copy to clipboard operation
check_mk_extensions copied to clipboard

check_mk Plugins

Results 14 check_mk_extensions issues
Sort by recently updated
recently updated
newest added

The plugin crashes in 2.1, due to required parameter value_store in temperature.check_temperature call. Fix is in PR #112

update apcaccess.py to satisfy need to value_store parameter in check_temperature call

With the actual script, the check wouldn't work on e.g. OpenBSD. In this case 'pidof' is not known to openbsd and I had to comment out the tst for a...

https://github.com/HeinleinSupport/check_mk_extensions/blob/e25d5bc41dc84fde772e869799198e112c65b621/apcaccess/lib/check_mk/base/plugins/agent_based/apcaccess.py#L124 should be: if data.get('STATUS') != 'ONLINE' and data.get('STATUS') != 'ONLINE SLAVE' and data.get('SELFTEST') == 'NO': so you can check also if SLAVE Hosts have connection to master

Hi, it would be great to have a check interval available to set in WATO for the dir_size check, since this can take up quite some time in many cases....

Hello, just upgraded from 2.0 to 2.1, and I have this issue with amavis ImportError: cannot import name 'perfometer_linear' from 'cmk.gui.plugins.views.perfometers' (unknown location) I think the same solution as in...

Any chance to make this plugin compatible with 2.3 (if not already) and to provide some details on how to use it? I installed the MKP but there is no...

Holen von all_hosts wieder ermöglichen. Dieses liefert ab 2.1 nicht mehr nur links sondern komplette Objekte.

When I run the script, it gives me an error and no hosts are updated: OMD[SITE]:~/etc/check_mk/conf.d/wato/servers$ python3 vm_parent.py -i SITE -s http://127.0.0.1/SITE/ -u automation -r VM-7 gets host02 as parent...

Da das mit den 300 Sekungen für mich nicht taugt habe ich Parameter für den Timeout hinzugefügt. Per Default wird der Timeout ignoriert.