I'm monitoring a single log file using 3 different items:
log["/opt/log/classifiers_associative.log","CRITICAL event=",,1000]
log["/opt/log/classifiers_associative.log","ERROR",,1000]
log["/opt/log/classifiers_associative.log","WARNING",,1000]
The 1st two (CRITICAL and ERROR) both work without issue but the 3rd one (WARNING) gives me a status of "not supported". I am stumped as to why this would be. They are the exact same except for the string they are looking for. Does anyone have any ideas as to what might cause this?
When I look through the agent log I see this:
722:20130701:213439.009 cannot set position to [-1611253934] for [/opt/log/classifiers_associative.log]: [22] Invalid argument
722:20130701:213439.009 Active check [log["/opt/log/classifiers_associative.log","WARNING",,1000]] is not supported. Disabled.
log["/opt/log/classifiers_associative.log","CRITICAL event=",,1000]
log["/opt/log/classifiers_associative.log","ERROR",,1000]
log["/opt/log/classifiers_associative.log","WARNING",,1000]
The 1st two (CRITICAL and ERROR) both work without issue but the 3rd one (WARNING) gives me a status of "not supported". I am stumped as to why this would be. They are the exact same except for the string they are looking for. Does anyone have any ideas as to what might cause this?
When I look through the agent log I see this:
722:20130701:213439.009 cannot set position to [-1611253934] for [/opt/log/classifiers_associative.log]: [22] Invalid argument
722:20130701:213439.009 Active check [log["/opt/log/classifiers_associative.log","WARNING",,1000]] is not supported. Disabled.

Comment