Search found 4 matches
- Fri Mar 22, 2019 8:16 am
- Forum: Open Source Nagios Projects
- Topic: Unknown argument error with check_disk
- Replies: 7
- Views: 2810
Re: Unknown argument error with check_disk
That did indeed fix the Unknown Argument issue! But running it without single quotes doesn't push the arguments over properly, so I wasn't getting a warning for disk usage. But somehow putting the quotes back now works.... I have no idea what happened, but hey, it works. Thank you so much for your h...
- Fri Mar 15, 2019 4:09 am
- Forum: Open Source Nagios Projects
- Topic: Unknown argument error with check_disk
- Replies: 7
- Views: 2810
Re: Unknown argument error with check_disk
Sorry for the delayed response, I have sent a download link to the ./etc folder to you. It's a bit messy, haven't made it pretty yet, so it might be a bit tricky 
- Fri Mar 08, 2019 3:11 am
- Forum: Open Source Nagios Projects
- Topic: Unknown argument error with check_disk
- Replies: 7
- Views: 2810
Re: Unknown argument error with check_disk
I always use Nano (or Vi if it's not available) to edit the configuration. The odd part about this is that I set this up 100% the same way for a friend of my and it worked perfectly fine there, which leads me to believe there might be something wrong with my Nagios setup. (Given that it works fine w...
- Wed Mar 06, 2019 8:31 am
- Forum: Open Source Nagios Projects
- Topic: Unknown argument error with check_disk
- Replies: 7
- Views: 2810
Unknown argument error with check_disk
I've got this odd issue on my hand regarding the use of check_disk with nagios. If i manually do ./check_nrpe -H [host] -c check_disk -a 25 50 /mnt/nfs (where [hostname is the actual IP of the host) it works fine and returns DISK OK - free space: /mnt/nfs 470888 MB (31.72% inode=100%);| /mnt/nfs=101...