Page 1 of 1

Nagios XI, "EMC Data Domain Operating System" Monitoring

Posted: Tue Aug 06, 2013 5:45 am
by bojha
Hi All,

We are trying to monitor one EMC Data Domain OS 5.2.2.4-370754 from Nagios XI, for that i searched the in Nagios exchange and only found the below
Check Data Domain plugin .
http://exchange.nagios.org/directory/Pl ... in/details

1. Can we monitor this EMC Data Domain OS from Nagios XI ?
2. Do we have any plugin or agent in nagios exchange or out side in order to achieve the same. if yes please share the link.
3. if there is any documentation on how to monitor the EMC Data Domain OS from Nagios XI please share.
4. any idea on how to implement the same please share.


Thanks in advance...

With Regards,

Bijay Ojha

Re: Nagios XI, "EMC Data Domain Operating System" Monitoring

Posted: Tue Aug 06, 2013 1:06 pm
by lmiltchev
This is the only one I found on the Nagios Exchange, too. If you think this plugin would suit your needs, you can install it in XI by following this document:

http://assets.nagios.com/downloads/nagi ... ios_XI.pdf

As an alternative, you can develop your own custom plugin if you had a developer, who could do it. In this case, you would want to follow this document:

http://nagiosplug.sourceforge.net/devel ... lines.html

You can also contact our sales department at [email protected] and request a quote for a custom development.

Re: Nagios XI, "EMC Data Domain Operating System" Monitoring

Posted: Thu Dec 12, 2013 5:34 pm
by jwelch
I tried using that plugin on our DataDomain (5.2...something) and it didn't work.
If I remember correctly, it used SNMP and the OIDs didn't match our system.
I did an snmpwalk on ours and didn't see that much usable data, so we setup
access to the CLI using SSH keys and I'm writing scripts to pars the CLI
output for things like alerts, cpu util, nfs stats, etc...
I put in a request to have an API added to DD, but I wouldn't hold my breath.

Re: Nagios XI, "EMC Data Domain Operating System" Monitoring

Posted: Thu Dec 12, 2013 5:42 pm
by abrist
jwelch wrote:I put in a request to have an API added to DD, but I wouldn't hold my breath.
You never know, monitoring is a "big deal" in many markets. But for now, using custom scripts through check_by_ssh is a fine solution (and possibly the only one at the moment).