From: Peter W. <pet...@gm...> - 2016-12-20 07:56:45
|
Hi all, I currently want to monitor our cisco n7000 switch using devmon. I took the current cisco-n6000 template, since it is using the 10GB Highspeed ports and our 7000 switch is using many of these 10Gbps ports. It is also based on this article with suggestions from Joshua Krause: https://sourceforge.net/p/devmon/mailman/message/19631280/ The good part: It does gather all kind of data. ;-) The bad part: It shows over time many spikes whereas the scale is boosted to T of even P-bit, making the output less useful. Perhaps this has to do with the template that was copied, but perhaps it is just just the flapping from the maximum number of positions. (32bits/64-bits). But then again, I read 64-bits counters. I try to add ifInErrors, to remove redundant interfaces that were previously shown. Lending this from the if_err-test the number of interface shown reduced to the same amount that is shown with if_err and if_dsc-test. But underneath the output for all devices is shown to devmon and perhaps that makes it want to update for example Ethernet4_6 twice?! <!--DEVMON RRD: if_load 0 0DS:ds0:COUNTER:600:0:U DS:ds1:COUNTER:600:0:Umgmt0 8247429506:11580776867loopback0 14745470623:141164664Ethernet3_1 5024101631:4880010244Ethernet3_2 267190518641421:582376841373790Ethernet3_3 1061257241170259:918475959620772Ethernet3_4 43733156719628:62129716240585Ethernet3_5 387225909706:2117721457106Ethernet3_6 193459968:193459968Ethernet3_7 193459968:193459968Ethernet3_8 193459968:193459968Ethernet4_1 3032003211948657:477064488094919Ethernet4_2 405547772930228:633038828152786Ethernet4_3 100789170897194:402774159473780Ethernet4_4 152242467964572:651974813592615Ethernet4_5 289092901131472:1332084582328113Ethernet4_6 44824458994027:307337337507073Ethernet4_7 193459968:193459968Ethernet4_8 193459968:193459968Ethernet3_1 0:0Ethernet3_2 0:0Ethernet3_3 0:0Ethernet4_1 0:0Ethernet4_2 0:0Ethernet4_3 0:0Ethernet4_4 0:0Ethernet4_5 0:0Ethernet4_6 0:0Ethernet3_4 0:0Ethernet3_5 0:0--> My current devmon setting is to query the switch every 60seconds CYCLETIME=60 DEADTIME=180 CLEARTIME=180 NUMFORKS=10 MAXPOLLTIME=30 SNMPTIMEOUT=2 SNMPTRIES=5 Any hints would be very welcome. Peter Welter |