Search found 3 matches
- Mon May 06, 2019 1:18 am
- Forum: Open Source Nagios Projects
- Topic: check_drivesize not accepting warn and crit values
- Replies: 5
- Views: 1590
Re: check_drivesize not accepting warn and crit values
I was going off of your Github issue post where you had filter=removable=1 this means it will only show removable drives.... try this alias_disk = check_drivesize 'warning=used>90%' 'critical=used>95%' 'perf-config=*(unit:G)' "filter=type in ('fixed')" drive=all-drives show-all exclude=A:...
- Fri May 03, 2019 1:54 am
- Forum: Open Source Nagios Projects
- Topic: check_drivesize not accepting warn and crit values
- Replies: 5
- Views: 1590
Re: check_drivesize not accepting warn and crit values
We have some example syntax here https://support.nagios.com/kb/article/disk-space-checks-770.html I looked at your github post and it seems you are grouping parts of the command with quoted around it Instead of this alias_disk = check_drivesize "perf-config=*(unit:g) warning=used>90% critical=...
- Thu May 02, 2019 5:31 am
- Forum: Open Source Nagios Projects
- Topic: check_drivesize not accepting warn and crit values
- Replies: 5
- Views: 1590
check_drivesize not accepting warn and crit values
Hi guys or girls,
Nobody is answering in Git and thought I might try to receive an answer here.
https://github.com/mickem/nscp/issues/611
In short, warn and crit filter are always overwritten with default 80% and 90%.
Am I missing something?
Thanks in advance.
Nobody is answering in Git and thought I might try to receive an answer here.
https://github.com/mickem/nscp/issues/611
In short, warn and crit filter are always overwritten with default 80% and 90%.
Am I missing something?
Thanks in advance.