Re: NCPA not updating config
Posted: Mon Mar 24, 2014 3:16 pm
Support for Nagios products and services
https://support.nagios.com/forum/
Any word from the "genius" yet?lmiltchev wrote:I will wait for Nick, the genius, to "enlighten" me on NRDS integration... then we will be updating the documentation, I guess...
Yep, he said he will be working on it today.Any word from the "genius" yet?
Code: Select all
handlers = nrdp
handlers = nrdsCode: Select all
NoOptionError: No option 'TOKEN' in section: 'nrds'Code: Select all
ERROR:root:ConfigParser instance has no attribute 'file_path'
Traceback (most recent call last):
File "C:\Users\nscott\Documents\Git\ncpa\agent\ncpa_windows.py", line 129, in run_all_handlers
File "C:\Program Files (x86)\Nagios\NCPA\passive\nrds.py", line 23, in run
self.update_config()
File "C:\Program Files (x86)\Nagios\NCPA\passive\nrds.py", line 73, in update_config
with open(self.config.file_path , 'w') as config:
AttributeError: ConfigParser instance has no attribute 'file_path'That's correct. Sorry for the confusion.BanditBBS wrote:Ok, I have to make some decisions here on how I am going to proceed and need to tell people how things currently function(not how they will)....so with that being said, if I want to use passive checks and control them centrally I have to use NRDS_Win at this moment in time, correct? If I don't care about central administration I can then use NCPA.
Thanks!