Nagiosxi version = 2012R1.7
Centos 5.6 32 bit OS
Virtual Machine
I have a question outlined in the attached document asking for assistance with an NRPE service check. The host machine is a Windows OS utilizing NSClient++ CheckDriveSpace command for a UNC PATH. Any help is greatly appreciated
NRPE CheckDriveSpace question
NRPE CheckDriveSpace question
You do not have the required permissions to view the files attached to this post.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: NRPE CheckDriveSpace question
You will need to define ARG2 like so:
You have to escape the slashes otherwise XI will remove them. May need to escape the '$' also try the above first.
Code: Select all
Drive='\\\\ms5\\eprescribe$'
Re: NRPE CheckDriveSpace question
Thank you for the quick response..I had to escape the $..final argument :
Drive='\\\\ms5\\eprescribe$'\
the check now works properly
Drive='\\\\ms5\\eprescribe$'\
the check now works properly