Search found 1 match
- Tue Aug 09, 2016 6:16 am
- Forum: Open Source Nagios Projects
- Topic: Monitor a service running on a port other than 80 in Nagios
- Replies: 1
- Views: 3028
Monitor a service running on a port other than 80 in Nagios
How do we monitor a remote service running on a machine using Nagios. I have created a cfg file as follows: define command { command_name check_http command_line /usr/lib64/nagios/plugins/check_http -H $HOSTADDRESS$ -p 8082 } Now when I reload the configuration file, it throws following error: Warni...