check_mk-plugins
check_mk-plugins copied to clipboard
checks/plugins for the check_mk monitoring system
Hi, we just tested the check plugin, I found that the agent plugin and example config weren't packaged. Manually deploying them (wget from github ;-) seems to have worked fine....
My solution: sub urlencode { my $str = "@_"; $str =~ s/%([A-Fa-f\d]{2})/chr hex $1/eg; # decode first, there are new lines encoded by checkmk $str =~ s/([^^A-Za-z0-9\-_.~])/ sprintf "%%%02X", ord...
My solution: # replace + by 00 and delete whitespaces my $phone = $p{CONTACTPAGER}; $phone =~ s/\s+//g; $phone =~ s/\+/00/g; And use $phone instead of $p{CONTACTPAGER} for sending
Currently, the syncrepl check works only if slapd is available on the host. This isn't always the case, e.g. if using dockerized OpenLDAP server instances. syncrepl uses ldap bind /...
Hello and a happy new year! I'm testing the xmpp module for check_mk raw 1.4.19 and I have trouble getting the messages to appear. Below is the output of the...