Results 1 through
2
while searching for:
"nagios"
How do you do a custom check_http check in Nagios?
First you will wanna test the command using cli to save time:
root# cd /usr/nagios/libexec
root# ./check_http -H rockfloat.com -p 82 -u /contact/me/
Then you can convert this command to nagios using a few "bang"'s to pass in the arguments.
[...]
http://rockfloat.com/board/post/?id=511
March 27, 2006 @17:59
(Replies: 0)
(Rank: 0.061)
nagios
Why do I get Nagios emails that include: "added by portage for nagios-plugins"
This is because Portage added the OS user on your behalf. You can change it like so:
root# vipw
#Just update the following to your liking:
nagios:x:101:407:added by portage for nagios-plugins:/dev/null:/bin/bash
John M.
http://rockfloat.com/board/post/?id=47
March 29, 2006 @15:15
(Replies: 0)
(Rank: 0.000)