SNMP Password limitation
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: SNMP Password limitation
I think you may still have a version with a bug in it.
Please install 2.1.7 of the wizard which should replace the plugin with the current version
http://assets.nagios.com/downloads/nagi ... switch.zip
Please install 2.1.7 of the wizard which should replace the plugin with the current version
http://assets.nagios.com/downloads/nagi ... switch.zip
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: SNMP Password limitation
actually that is normal until the checks have been running for at least 10+ minutes.JohnFLi wrote:So now that I am not getting an error....
For Bandwidth on the ports, it all shows ZEROS
Re: SNMP Password limitation
OK....upgraded and now the wizard is showing 2.1.7
The output has changed as well:
The output has changed as well:
You do not have the required permissions to view the files attached to this post.
Everybody is somebody else’s weirdo
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: SNMP Password limitation
Can you please run these commands and send us the output:
Code: Select all
ls -al /etc/mrtg/conf.d/ | wc -l
ls -al /var/lib/mrtg/ | wc -l
service crond status
ps -aef | grep mrtgAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: SNMP Password limitation
ls -al /etc/mrtg/conf.d/ | wc -l returned the number 4
Code: Select all
[root@G1VPNAG03 mrtg]# ls -al /var/lib/mrtg/ | wc -l
30
[root@G1VPNAG03 mrtg]# service crond status
crond (pid 1760) is running...
[root@G1VPNAG03 mrtg]# ps -aef | grep mrtg
root 387 6749 0 21:22 pts/0 00:00:00 grep mrtg
[root@G1VPNAG03 mrtg]#Everybody is somebody else’s weirdo
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: SNMP Password limitation
Did you bandwidth graphs start generating?
Re: SNMP Password limitation
eventually, but it shows every port as Zero bandwidth, in and out.
Code: Select all
fc1/7 Bandwidth Ok 2d 18h 15m 2s 1/5 02/16/2015 08:09:42 OK - Current BW in: 0Gbps Out: 0GbpsEverybody is somebody else’s weirdo
Re: SNMP Password limitation
Can you run the following and post the output:
Code: Select all
LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lock/mrtg/mrtg_l --confcache-file /var/lib/mrtg/mrtg.okFormer Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: SNMP Password limitation
not very informative
Code: Select all
[root@G1VPNAG03 mrtg]# LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lock/mrtg/mrtg_l --confcache-file /var/lib/mrtg/mrtg.ok
[root@G1VPNAG03 mrtg]#
Everybody is somebody else’s weirdo
Re: SNMP Password limitation
Well, that means there are no errors when the mrtg cron is run.
Next, lets check to make sure the mrtg cron is running and configured correctly:
Next, lets check to make sure the mrtg cron is running and configured correctly:
Code: Select all
service crond status
ls -la /etc/cron.d/mrtg
cat /etc/cron.d/mrtgFormer Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.