Nagios Core-3.5.1 Url Monitoring
Posted: Mon Nov 12, 2018 12:05 pm
Hi
I have been trying to Monitor Url using Nagios-3.5.1
./check_http -H http://www.testing.com -f follow -u "/vap/"
HTTP OK: HTTP/1.1 200 OK - 15003 bytes in 0.169 second response time |time=0.169042s;;;0.000000 size=15003B;;;0
But when i execute this command in script it's not working
# 'check_http4' command definition
define command{
command_name check_http4
command_line $USER1$/check_http -H $HOSTNAME$ -f $ARG1$ -u $ARG1$
##
But it's not working
Can you please help me with this
Thank you,
Mani
I have been trying to Monitor Url using Nagios-3.5.1
./check_http -H http://www.testing.com -f follow -u "/vap/"
HTTP OK: HTTP/1.1 200 OK - 15003 bytes in 0.169 second response time |time=0.169042s;;;0.000000 size=15003B;;;0
But when i execute this command in script it's not working
# 'check_http4' command definition
define command{
command_name check_http4
command_line $USER1$/check_http -H $HOSTNAME$ -f $ARG1$ -u $ARG1$
##
But it's not working
Can you please help me with this
Thank you,
Mani