Page 2 of 2

Re: Disk Free Space - Specific Value

Posted: Wed Feb 21, 2018 6:49 am
by swiftarcher
Some more screen shots

Re: Disk Free Space - Specific Value

Posted: Wed Feb 21, 2018 6:50 am
by swiftarcher
And some more

Re: Disk Free Space - Specific Value

Posted: Wed Feb 21, 2018 6:52 am
by swiftarcher
Running same command from Host Manager on Nagios XI

Re: Disk Free Space - Specific Value

Posted: Wed Feb 21, 2018 1:51 pm
by npolovenko
@swiftarcher, Check Disk and Total Processes are service checks. Can you go to the Core Configurations Manager and upload the screenshots of their config definitions. I want to see if the commands look any different.

Re: Disk Free Space - Specific Value

Posted: Thu Feb 22, 2018 3:46 am
by swiftarcher
I hope this is what you require

Re: Disk Free Space - Specific Value

Posted: Thu Feb 22, 2018 5:33 pm
by lmiltchev
For the "Check Disk", try using "check_drivesize" in the ARG1$ field, and "-a 'crit=free<1M' drive=all-volumes" in the $ARG2$ filed (without the double quotes).

For the "Total Processes", change "check_total_procs" in $ARG1$ field to "check_process". Save and apply configuration. You could monitor a specific process(s) if you wish. In this case you will need to add "-a process=<your process>" to $ARG2$ field.

For more information on check_process check out the link below:
http://docs.nsclient.org/reference/wind ... ck_process

Note: The NRPE wizard is a bit different then the Windows Server wizard in a way that it is more involved. The NRPE Commands in Step 2 of the wizard are more of an example of possible checks that you could set up. They won't necessarily work out of the box, unless you define your commands in the nsclient.ini file, and do some extra work.

Let us know if this helped. Thank you!

Re: Disk Free Space - Specific Value

Posted: Fri Feb 23, 2018 4:32 am
by swiftarcher
That's working thank you

:D :D :D :D :D :D :D :D :D

Re: Disk Free Space - Specific Value

Posted: Fri Feb 23, 2018 1:44 pm
by lmiltchev
I am glad I could help! :)

Locking this thread.