Markus Frei
Markus Frei
Ok, got it, thank you.
Currently not possible. If I try to define a `"ServiceGroup"` with `"assign_filter: service.service_set=="My Service Set"`, I get `Error: Invalid field access (for value of type 'Service'): 'service_set'`.
Also happens with `users: v2023051201 by Linuxfabrik GmbH, Zurich/Switzerland`: ``` Traceback (most recent call last): File "C:\PROGRA~3\icinga2\usr\lib64 agios\plugins\users\users.py", line 172, in 'module' File "C:\PROGRA~3\icinga2\usr\lib64 agios\plugins\users\users.py", line 129, in main File...
On Windows, I don't understand it, so I can't make it work. What I run and what I do: * Windows Server 2019 * cmd.exe terminal * `chcp': results in...
> Well I guess the problem is that 0xfc isn't utf8 but most likely Windows-1252 and as such not a legal code at this position as 0x00fc would be legal...
Thank you for your report. Can you provide these details as well? Which variant of the Monitoring Plugins do you use? * .rpm/.deb package from repo.linuxfabrik.ch * Compiled for Linux...
We'll have a look, thank you.
What about https://github.com/Linuxfabrik/monitoring-plugins/tree/main/check-plugins/cpu-usage and its output like this? ``` 2.7% - user: 1.4%, system: 0.6%, irq: 0.4%, guest: 0.3%, iowait: 0.2%, softirq: 0.1% guest_nice: 0.0%, nice: 0.0%, steal: 0.0% ctx_switches:...
And how should a switch like `--warning-cpu` in `procs` behave if you monitor more than one or all procs?