32bit
2012R1.2
Manual Install of XI
Are you using a proxy: transparent
Are you using SSL: No
*********************************************
I'm trying to monitor a pfSense 2.0.1 server (FreeBSD 8.1-RELEASE-p6 amd64). If I configure my check as:
Code: Select all
Check Command: check_local_disk
$ARG1$: 20%
$ARG2$: 10%
$ARG3$: /Which feels about right. However, if I want to also monitor my /var, /usr and swap partitions, I get the same exact output even if I change $ARG3$ to "/var", "/usr", "swap" respectively (not really sure what is the right mount point or variable for checking the swap, but I'll deal with that later).DISK OK - free space: / 213145 MB (98% inode=99%):
If I change to NRPE my check command becomes (as a simple test):
Code: Select all
Check Command: check_nrpe
$ARG1$: CheckDriveSize
$ARG2$: -a ShowAll MinWarnFree=10% MinCritFree=5% CheckAll=volumesDo I have to define a nrpe command on the pfSense side and call it "CheckDriveSize" or am I missing something pretty basic here? The "remote server logs" say:CHECK_NRPE: Received 0 bytes from daemon. Check the remote server logs for error messages.
Any starting ideas?Nov 20 09:34:12 nrpe[38877]: Client request was invalid, bailing out...
Nov 20 09:34:12 nrpe[38877]: Error: Request contained command arguments, but argument option is not enabled!
thanks.