Page 1 of 1

Facing Router Login Issues with LinkSys WiFi

Posted: Thu Jan 17, 2019 4:03 am
by rafaelsolano
Hi, I have been facing a little issue with the Router Login access and cPanel. I am trying to login to the Linksys WiFi router that I have connected with Nagios Core but keeps redirecting to a different IP address.

Code: Select all

define service {
    use                 generic-service ; Inherit values from a template
    host_name           linksys-srw224p
    service_description Port 1 Bandwidth Usage
    check_command       check_local_mrtgtraf!/var/lib/mrtg/192.168.1.253_1.log!AVG!1000000,2000000!5000000,5000000!10
}
I used to code to configure the monitoring service.

Re: Facing Router Login Issues with LinkSys WiFi

Posted: Thu Jan 17, 2019 4:48 pm
by scottwilkerson
The code you provided would just look at a mrtg log and report usage, it has nothing to do with logging in to a router.

I'm confused what you are looking for.