I upgraded the NCPA on my Centos 6x box, and now the listener will not run.
error from the log is:-
2015-07-14 19:03:58,563 991 INFO started
2015-07-14 19:03:58,564 991 ERROR No option u'ssl_version' in section: 'listener'
Traceback (most recent call last):
File "ncpa_posix_listener.py", line 37, in run
File "/usr/local/lib/python2.7/ConfigParser.py", line 618, in get
NoOptionError: No option u'ssl_version' in section: 'listener'
2015-07-14 19:03:58,565 991 INFO stopped
2015-07-14 19:08:03,721 1463 INFO started
2015-07-14 19:08:03,722 1463 ERROR No option u'ssl_version' in section: 'listener'
Traceback (most recent call last):
File "ncpa_posix_listener.py", line 37, in run
File "/usr/local/lib/python2.7/ConfigParser.py", line 618, in get
NoOptionError: No option u'ssl_version' in section: 'listener'
2015-07-14 19:08:03,723 1463 INFO stopped
Am planning to downgrade to 1.7x if i can find where i put it... or find it online.
I cannot find much about this error.
Upgraded NCPA to 181 and getting this error on centos ^.x
-
ashleydrees
- Posts: 27
- Joined: Tue Apr 12, 2011 3:37 am
-
ashleydrees
- Posts: 27
- Joined: Tue Apr 12, 2011 3:37 am
Re: Upgraded NCPA to 181 and getting this error on centos ^.
back on 1.7.2 and it works again...
Re: Upgraded NCPA to 181 and getting this error on centos ^.
The error looks like the following line is missing from the ncpa.cfg file.
Can you verify that the line is set in the config file?
Code: Select all
ssl_version = TLSv1Be sure to check out our Knowledgebase for helpful articles and solutions!
-
ashleydrees
- Posts: 27
- Joined: Tue Apr 12, 2011 3:37 am
Re: Upgraded NCPA to 181 and getting this error on centos ^.
I will - re-install the 1.8.1 and check - be right back.
Re: Upgraded NCPA to 181 and getting this error on centos ^.
No problem, waiting for your findings.
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
ashleydrees
- Posts: 27
- Joined: Tue Apr 12, 2011 3:37 am
Re: Upgraded NCPA to 181 and getting this error on centos ^.
Thanks.
Was that, did not carry over all the settings from the new file - 181 adds
# Available versions: PROTOCOL SSLv2, SSLv3, TLSv1
ssl_version = TLSv1
I just copied the old file without a diff and migrate.
Solved.
Was that, did not carry over all the settings from the new file - 181 adds
# Available versions: PROTOCOL SSLv2, SSLv3, TLSv1
ssl_version = TLSv1
I just copied the old file without a diff and migrate.
Solved.
Re: Upgraded NCPA to 181 and getting this error on centos ^.
Are we all set to close this up?
Former Nagios employee
-
ashleydrees
- Posts: 27
- Joined: Tue Apr 12, 2011 3:37 am
Re: Upgraded NCPA to 181 and getting this error on centos ^.
Sorry, yes... good to close.