http service monitoring
Posted: Fri Oct 23, 2020 3:14 pm
Hi guys,
I have been monitoring the HTTP service for one of the IIS server. I noticed that we never receive a notification whenever the HTTP service is not working. It looks like the HTTP service never goes down but when I check the performance graph I can see there was some issue with HTTP service.
Whenever there is a problem with HTTP service the size of the B-byte (attached Screenshot) is less than size:2600B.
Is there is a way to trigger a notification on this specific service whenever the receive byte is less than 2600B send a notification?
This is a command I am using to monitor the HTTP service.
$USER1$/check_http -H $HOSTADDRESS$ -u http://10.x.x.x/mywebservice
I have been monitoring the HTTP service for one of the IIS server. I noticed that we never receive a notification whenever the HTTP service is not working. It looks like the HTTP service never goes down but when I check the performance graph I can see there was some issue with HTTP service.
Whenever there is a problem with HTTP service the size of the B-byte (attached Screenshot) is less than size:2600B.
Is there is a way to trigger a notification on this specific service whenever the receive byte is less than 2600B send a notification?
This is a command I am using to monitor the HTTP service.
$USER1$/check_http -H $HOSTADDRESS$ -u http://10.x.x.x/mywebservice