NCPA Agent log errors
-
jwuerflein
- Posts: 6
- Joined: Wed Apr 29, 2015 2:02 pm
Re: NCPA Agent log errors
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
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 = 10Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: NCPA Agent log errors
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:
You can safely ignore those errors.
I looked in the code and I see what is happening, basically the code says:
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."Hey, get me all the commands from the config file under the section 'passive checks'"
You can safely ignore those errors.