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.
Dell Emc 400F Monitoring
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Dell Emc 400F Monitoring
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
I tried both of the Plugins for nagios and none of them are working.
this is the Error Messages from nagios-Unity Plugin.
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,
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}Code: Select all
Python 2.6.6any suggestions,
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Dell Emc 400F Monitoring
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
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
Thank you for the answer.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
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
Sounds like a good planSJY004 wrote:I am trying to find the best way to update the Python Version and then check again with the Same Plugin