From: Buchan M. <bg...@st...> - 2007-12-13 17:37:35
|
(It would be great if you could try and maintain the thread by not top-posting - if your exchange setup allows it). On Thursday 13 December 2007 19:02:26 Morsiani, Massimo wrote: > Hi Buchan, > > I made a template for our Cisco PIX525 7.2 (failover pair).I have tests for > processor (cpu), dram (memory), if_stat, if_load, if_dsc, if_err, > connections and failover. I have graphs for processor, dram and connections > all using standard Hobbit NCV module (no extra-rrd.pl). I changed test > names from standard Hobbit ones because I created different template to > graph them (in hobbitgraph.cfg). > > How can I share my templates? For now, send us a tar ball of the directory, and I'll take a look, maybe test it, and we should try and merge the three sets of templates. > I'm really interested in Dell PowerEdge templates. You can find them in subversion, http://sourceforge.net/projects/devmon/ ->Code->SVN Browse, which will get you here: http://devmon.svn.sourceforge.net/viewvc/devmon/, we're working in the trunk at present: http://devmon.svn.sourceforge.net/viewvc/devmon/trunk/templates/dell-poweredge/ > How do you enable SNMP on Dell servers? Using OMSA (Dell's official software). These are the commands I used on RHEL4 or RHEL3: # RHEL4 smart update; smart install -y net-snmp srvadmin-isvc srvadmin-storage; echo "rocommunity xxx ip.of.dev.mon" >> /etc/snmp/snmpd.conf ; service snmpd restart; service instsvcdrv restart ;service dataeng restart;service dsm_om_shrsvc restart # RHEL3 yum -y install net-snmp srvadmin-isvc srvadmin-storage; echo "rocommunity xxx ip.of.dev.mon" >> /etc/snmp/snmpd.conf ; service snmpd restart; service instsvcdrv restart ;service dataeng restart;service dsm_om_shrsvc restart We have the relevant packages in our repo. The Dell linux-poweredge list may be more appropriate for this, but if you don't come right, it would help to know what distro you are running. [...] > > I've just added the Dell PowerEdge templates I've been testing for a while. > > We created a template a while back for a Cisco FWSM ... so far it looks to > use the same OIDs as yours for the PIX. We didn't have a test for failover > status, but we have an if_stat (mainly informational, so we know the > interface names the firewall team uses). > > The test names we have are conns,cpu,freemem (not sure why I didn't make it > just 'mem',if_stat. Is there a reason to use different names than the > standard Hobbit names? > > We are graphing connections on our conns test (using my version of the > extra-rrd.pl). I would really like to have CPU utilisation and memory > graphs as well. > > sysdescr for the FWSM is: > SNMPv2-MIB::sysDescr.0 = STRING: Cisco Firewall Services Module Version > 3.1(4) > > I have attached the templates I created for our FWSM, let's discuss the > differences, and agree if we should use one template for both pix and FWSM. > > I've added the APC and IBM RSA2 templates. Thanks. Regards, Buchan |