Page 2 of 2

Re: NCPA Agent log errors

Posted: Fri May 01, 2015 10:29 am
by jwuerflein
Thanks. Yes, seems like its working now... wondering about log and log rotation and size. Hopefully the rest can be fixed and is more cosmetic.

Re: NCPA Agent log errors

Posted: Fri May 01, 2015 11:30 am
by tgriep
You could put these 2 lines back in the config file. I was checking to see if the error would change or go away.

Code: Select all

logmaxmb = 20
logbackups = 10

Re: NCPA Agent log errors

Posted: Fri May 01, 2015 1:12 pm
by ssax
Those directives will work properly, I just validated on my machine.

I looked in the code and I see what is happening, basically the code says:
"Hey, get me all the commands from the config file under the section 'passive checks'"
For whatever reason it's returning the commands under the passive checks section like it's supposed to but is also including the information under the passive section were those directives are set and it's trying to process them as commands and of course they aren't.

You can safely ignore those errors.