lgmu
lgmu
Hi, currently, even when using % thresholds, the perf data will only be returned in Bytes. I like the Nsclient approach on check_drivesize: 'C:\ used'=74.482GB;94.67343387566507;94.67343387566507;0.000;99.656 'C:\ used %'=75.000%;95;95;0.000;100.000 I think...
 Here you would expect that ENTER adds /.*/ as label, but instead it will put the HOST variable into the field, because by default the first one is selected.
Hi, as discussed with Sven, creating a host config accidentally with "name" instead of "host_name" results in no host being created, but the config parser says OK - config reloaded....
If you reschedule a check on /extinfo.cgi?type=2 it changes the URL as shown below: Before: ... &service=Service with spaces&backend=3ed9 After: ... &service=Service+with+spaces&backend=3ed9 If you press "Back" in your browser after...
When you refresh thruk during a slow config reload, you get no contact groups and you can't see any hosts/services anymore. Running those 2 commands fixes the issue: ``` $...
There is /hosts/totals and /services/totals but this does not exist for contacts, hostgroups and so on
It would be great to have something like this: `check_files path="C:\" pattern="*.xyz" filter="written >= today" crit="count gt 0"` I'd expect "today" to be 00:00 of the current day. Sometimes you...