It also looks like you have Python2.6 installed and it could be that the plugin was written for Python 2.7. This may cause syntax errors during the execution.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
s]# pip list
DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support for Python 2.6
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the
I have confirmed this works on Python 2.7 but not Python 2.6. Unfortunately, this leaves you with two inconvenient options:
1. Upgrade Python on CentOS (this is a TERRIBLE idea unless you really know what you are doing. If you destroy your system doing this, we aren't going to be in a place to help you out...so take backups if you want to give it a shot).
2. Migrate to CentOS 7. This will be painful, but is supported through our backup/restore scripts.
We don't have any kb articles that cover this setup. This is customizing Nagios, and we have not yet tested this fully.
this is a TERRIBLE idea unless you really know what you are doing. If you destroy your system doing this, we aren't going to be in a place to help you out...so take backups if you want to give it a shot
I was referring to installing Nagios on Centos7 and bringing my config over to the new server. I assume i can install python 2.7 once upgraded without issue, correct?