Nagios monitoring
I've been playing around with nagios and like to set it up for monitoring the serviio server. So far I haven't found any pre-made scripts or any helpful hints to complete the check.
Since there is no script available the easiest start is to try with the nagios default check_http script. The problem is with default options check_http -H serviio-server -p 8895 returns a warning since it returns a 404.
There are options to pass strings and check responses but these are out of my knowledge.
Does anyone have any experience monitoring their serviio server with nagios and/or can anyone help me complete the check_http command to complete the check?
Edit:
The best highly unelegant but working command definition so far I could come up with:
command_line $USER1$/check_http -H $HOSTADDRESS$ -p 8895 -e HTTP/1.1\ 404\ Not\ Found
Since there is no script available the easiest start is to try with the nagios default check_http script. The problem is with default options check_http -H serviio-server -p 8895 returns a warning since it returns a 404.
There are options to pass strings and check responses but these are out of my knowledge.
Does anyone have any experience monitoring their serviio server with nagios and/or can anyone help me complete the check_http command to complete the check?
Edit:
The best highly unelegant but working command definition so far I could come up with:
command_line $USER1$/check_http -H $HOSTADDRESS$ -p 8895 -e HTTP/1.1\ 404\ Not\ Found