Dell Emc 400F Monitoring

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
SJY004
Posts: 6
Joined: Fri Aug 31, 2018 7:56 am

Dell Emc 400F Monitoring

Post by SJY004 »

Hello Guys,

I need some help with pushing me into the right direction, I have dell Storage 400 F ( Unity ) and as well Vplex, which I need to monitor from our Nagios Server.

I have already looked online and found some of the Nagios Plugin but still not sure,which one is the best one.

https://exchange.nagios.org/directory/P ... ty/details
https://github.com/thecodeteam/nagios-unity

Thank you for the Help.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Dell Emc 400F Monitoring

Post by scottwilkerson »

Really this is going to come down to person preference, I would recommend trying one from the CLI and if it gives you everythign you need, just use that, if not try the other.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
SJY004
Posts: 6
Joined: Fri Aug 31, 2018 7:56 am

Re: Dell Emc 400F Monitoring

Post by SJY004 »

I tried both of the Plugins for nagios and none of them are working.

this is the Error Messages from nagios-Unity Plugin.

Code: Select all

[root@localhost tmp]# nagios-unity --help
Traceback (most recent call last):
  File "/usr/bin/nagios-unity", line 7, in <module>
    from nagiosunity.cli.client import main
  File "/usr/lib/python2.6/site-packages/nagiosunity/cli/client.py", line 54, in <module>
    from nagiosunity import commands
  File "/usr/lib/python2.6/site-packages/nagiosunity/commands/__init__.py", line 47
    commands_dict = {cmd.name: cmd for cmd in COMMANDS}
I am having Python version

Code: Select all

Python 2.6.6
, I read that i need to update my python to work with it but i am thinking if it will make anyother problem with RUnning nagios system.

any suggestions,
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Dell Emc 400F Monitoring

Post by scottwilkerson »

This would be a better question for the author of the plugin.
https://github.com/thecodeteam/nagios-unity/issues

I see the same issue here
https://github.com/thecodeteam/nagios-unity/issues/1

You may want to try the other plugin then
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
SJY004
Posts: 6
Joined: Fri Aug 31, 2018 7:56 am

Re: Dell Emc 400F Monitoring

Post by SJY004 »

scottwilkerson wrote:This would be a better question for the author of the plugin.
https://github.com/thecodeteam/nagios-unity/issues

I see the same issue here
https://github.com/thecodeteam/nagios-unity/issues/1

You may want to try the other plugin then
Thank you for the answer.

The other Plugin as well doesn't work.

I am trying to find the best way to update the Python Version and then check again with the Same Plugin
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Dell Emc 400F Monitoring

Post by scottwilkerson »

SJY004 wrote:I am trying to find the best way to update the Python Version and then check again with the Same Plugin
Sounds like a good plan
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked