Facing Router Login Issues with LinkSys WiFi

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
rafaelsolano
Posts: 1
Joined: Thu Jan 17, 2019 3:30 am

Facing Router Login Issues with LinkSys WiFi

Post 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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Facing Router Login Issues with LinkSys WiFi

Post 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.
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked