dslam interface ( bw/stat ) monitoring though wizard

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
zaji_nms
Posts: 616
Joined: Tue Oct 16, 2012 12:28 am

dslam interface ( bw/stat ) monitoring though wizard

Post by zaji_nms »

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.
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

Post by scottwilkerson »

Are you running the Network Router/ Switch wizard or just SNMP wizard?

Can you run the following on the XI server against the dslam

Code: Select all

snmpget -v2c -c <COMMUNITY_STRING> <DSLAM_IP> sysUpTime.0
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
zaji_nms
Posts: 616
Joined: Tue Oct 16, 2012 12:28 am

Re: dslam interface ( bw/stat ) monitoring though wizard

Post by zaji_nms »

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
============================================================================
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

Post by scottwilkerson »

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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
zaji_nms
Posts: 616
Joined: Tue Oct 16, 2012 12:28 am

Re: dslam interface ( bw/stat ) monitoring though wizard

Post by zaji_nms »

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

Post by scottwilkerson »

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.
This would be something you would need to manually setup.

By default our Network Switch/Router wizard used just 1 mrtg.cfg file.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked