Nagios XI Version : 5.4.11
2.6.32-431.29.2.el6.i686 i686
CentOS release 6.5 (Final)
Gnome Installed
Hi,
Can someone please advise me on the following:
I was trying to load a plugin called Cisco IP SLA Check.
However I was getting the following error message:
The author of this plugin kindly had a look at the message and has advised me that my pyton version 2.6.6 does not support argparse and that I need to upgrade to python 2.7.[nagios@xxxxxx libexec]$ ./check_cisco_ip_sla.py --help
Traceback (most recent call last):
File "./check_cisco_ip_sla.py", line 14, in <module>
import argparse
ImportError: No module named argparse
[nagios@cxxxxx libexec]$
So my questions are:
1) Will I cause a problem with the Nagios application by upgrading Python ?
If it is OK...
2) How do I go about upgrading to version 2.7
Many Thanks