Monitoring HTTP page with different port (not 80)?

Good day All

I have a very many questions as I have only been playing with LibreNMS for a few weeks, but I’ll start off with an easy one :wink:

Is it possible to monitor a webpage that uses a different port to 80? If I setup the service to monitor and add a port number on the back of the address/url then it always fails to monitor.

PS. Normal port 80 sites work fine.

Thanks,
R

Try specifying the port in the service’s parameters field.

For example:

-p 4343

Or if you need a specific URL you just include the port in that, so parameter:

-u http://yoursite:4343/

Hi slashdoom

Specifying the port (-p 1234) in the Parameters field did the trick.

Thanks a mil :+1:

1 Like