Xymon Mailing List Archive search

Perl script to monitor EMC Celerra in Xymon

2 messages in this thread

list Elizabeth Schwartz · Fri, 11 Nov 2011 16:07:22 -0500 ·
Here's my first crack at a script to test EMC storage in xymon. I plan
to expand it to take a list of exceptions to customize disk full
alerts for different volumes.  I think it needs more error checking
and a way to check xymon env variables and get them from the client
dir if they aren't set. But so
far it works.

Comments very welcome.  It's my first real perl script.

http://www.well.com/~betsys/storage.1.pl
list Netz-haut - Stephan Seitz · Sat, 12 Nov 2011 14:00:50 +0100 ·
Hi,

since I need to integrate EMC VNX (which are obviously re-branded celerra's) in the next
few weeks, I appreciate your script. I'll give it a try, but I'm not really happy with ssh-ing
into the SP's. I can't help, but hobbit/xymon user shouldn't own a sshkey for nasadmin...
Have you tried to get your results via SNMP ?
I haven't checked the available OID's yet, but I expect all necessary values.

At least sysDescr.0 is found  
SNMPv2-MIB::sysDescr.0 = STRING: VNX5300 - Flare 5.31.0.0.5.509


Am Freitag, den 11.11.2011, 16:07 -0500 schrieb Elizabeth Schwartz: 
quoted from Elizabeth Schwartz

	
	Here's my first crack at a script to test EMC storage in xymon. I plan
	to expand it to take a list of exceptions to customize disk full
	alerts for different volumes.  I think it needs more error checking
	and a way to check xymon env variables and get them from the client
	dir if they aren't set. But so
	far it works.
	
	Comments very welcome.  It's my first real perl script.
	
	http://www.well.com/~betsys/storage.1.pl