we are trying to get our dslams port statstics though snmp wizrd in XI but unable to get the result what could be the issue ? its a Zone-DSLAM. which has around 300 interfaces.
running nagiosXI-vmware image on vmware workstation.
dslam interface ( bw/stat ) monitoring though wizard
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: dslam interface ( bw/stat ) monitoring though wizard
Are you running the Network Router/ Switch wizard or just SNMP wizard?
Can you run the following on the XI server against the dslam
Can you run the following on the XI server against the dslam
Code: Select all
snmpget -v2c -c <COMMUNITY_STRING> <DSLAM_IP> sysUpTime.0Re: dslam interface ( bw/stat ) monitoring though wizard
i tried using nw/ router/sw wizard as i would like to monitor interface status and bw utilization...with other wizard how do i achieve it ?
=============================================================================
snmpget -v 2c -c xxx x.x.x.x sysUpTime.0
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (1117152748) 129 days, 7:12:07.48
============================================================================
=============================================================================
snmpget -v 2c -c xxx x.x.x.x sysUpTime.0
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (1117152748) 129 days, 7:12:07.48
============================================================================
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: dslam interface ( bw/stat ) monitoring though wizard
Often times, adding ports to a switch, or interfaces to a router must be done dynamically. This document shows how to add ports or interfaces to your monitoring switch or router using Nagios XI's Switch/Router Monitoring wizard.
This document is intended for use by Nagios XI Administrators who have dynamic environments and must adjust their switch infrastructure monitoring to reflect those changes.
http://library.nagios.com/library/produ ... -or-router
This document is intended for use by Nagios XI Administrators who have dynamic environments and must adjust their switch infrastructure monitoring to reflect those changes.
http://library.nagios.com/library/produ ... -or-router
Re: dslam interface ( bw/stat ) monitoring though wizard
did not understand the link document. we have other host/services in the same mrtg file..will it be affected if we modified ?? how do we get per mrtg.cnf file for every host and associated its services.
Zajil NMS
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: dslam interface ( bw/stat ) monitoring though wizard
This would be something you would need to manually setup.zaji_nms wrote:did not understand the link document. we have other host/services in the same mrtg file..will it be affected if we modified ?? how do we get per mrtg.cnf file for every host and associated its services.
By default our Network Switch/Router wizard used just 1 mrtg.cfg file.