Page 1 of 1
Dell Emc 400F Monitoring
Posted: Tue Sep 04, 2018 6:17 am
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.
Re: Dell Emc 400F Monitoring
Posted: Tue Sep 04, 2018 2:16 pm
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.
Re: Dell Emc 400F Monitoring
Posted: Wed Sep 05, 2018 6:31 am
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
, 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,
Re: Dell Emc 400F Monitoring
Posted: Wed Sep 05, 2018 8:06 am
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
Re: Dell Emc 400F Monitoring
Posted: Wed Sep 05, 2018 10:44 am
by SJY004
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
Re: Dell Emc 400F Monitoring
Posted: Wed Sep 05, 2018 10:58 am
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