Napsal uživatel Pavel Řepa
Úterý, 06 Říjen 2009 08:32
Máte síťové prvky Cisco? Nemáte CiscoWorks, ale SCOM 2007 a chcete přesto monitorovat stav Cisco prvků? Že není k dispozici management pack přímo od společnosti Cisco, ale pouze placená řešení např. od společností Jalasoft nebo Quest Software? A co si vytvořit vlastní management pack? Že je to moc pracné? Ještě štěstí, že tento nápad dostal někdo jiný a rozhodl se na tom nezbohatnout.
Kristopher Bash na svém blogu uveřejnil pod GNU Public License zdarma Free Cisco Management Pack, určený pro SCOM 2007 R2. Nejen to. Dokonce sepsal prozatím 4-dílný článek, v kterém popisuje jednotlivé prvky tohoto management packu. Management pack je ve své první verzi schopný získat základní informace o stavu prostředí Cisco prvků pomocí SNMP. Otázkou zůstává, jak si povede ve srovnání s komerčními řešeními. Ale jako základní management pack pro tuto oblast bude určitě dostačující. Sám ho v nejbližší době vyzkouším v svém testovacím LABu.
Ve třetí části představuje celý management pack, který je v současné době pouze pro SCOM 2007 R2. Brzy však má být dostupná i verze pro SCOM 2007 SP1.
Výsledkem celého snažení jsou následující prvky management packu:
Classes (třídy)
Cisco Device
Cisco Interface
Cisco Power Supply
Cisco Fan
Cisco Temperature Sensor
Cisco Memory Pool
Groups (skupiny)
Cisco Devices
Cisco Ethernet Interfaces
Cisco Serial Interfaces
Monitors (monitory)
Cisco Device Default GW Changed Monitor: Monitor that detects and alerts on changes to the device’s default gateway, as defined in the IP route table.
Cisco Device CPU Utilization Monitor: Monitor that generates an alert on high CPU utilization.
Cisco Interface Status Monitor: Monitor that generates an alert when the OperStatus for the interface is not up. Alert is only generated when AdminStatus is up.
Cisco Serial Interface Flapping Monitor: Monitor that generates an alert when the ifResets counter for the interface increases by more than 2 in a polling cycle.
Cisco Interface Collisions Monitor: Monitor that generates an alert when the collisions reported on an interface increase by more than 25 in a polling cycle.
Cisco Interface Utilization Monitor: Monitor that generates an alert when the percentage of inbound or outbound utilization is above 85.
Cisco Power Supply Status: Monitor that generates an alert when the power supply status is not ok.
Cisco Fan Status Monitor: Monitor that generates an alert when the fan status is not ok.
Cisco Temperature Sensor Status Monitor: Monitor that generates an alert when the temperature sensor status is not ok.
Cisco Memory Pool Utilization Monitor: Monitor that generates an alert when the utilization of the memory pool is greater than 90 percent.
Rules (pravidla)
Collect Cisco CPU Utilization 5min: Rule that collects the average CPU load over the past five minutes for performance reporting
Alert on Cisco Device Rebooted: Rule that generates an alert when the SysUptime is less than 10 minutes, indicating a reboot
Collect Interface In Utilization: Rule that collects the percentage of inbound interface utilization for performance reporting, calculated from the change in ifInOctets in the past polling cycle and divided by the interface speed.
Collect Interface Out Utilization: Rule that collects the percentage of outbound interface utilization for performance reporting, calculated from the change in ifOutOctets in the past polling cycle and divided by the interface speed.
Collect Cisco Interface Collisions: Rule that collects the number of collisions recorded for the interface in the last polling cycle for performance reporting.
Collect Cisco Memory Pool Utilization: Rule that collects the percentage of memory pool utilization determined from the free and available bytes counters, for performance reporting
Collect Cisco Temperature Sensor Data: Rule that collects the reported temperature value of a temperature sensor for performance reporting.