Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
11/18/2004 01:35:12 PM - CACTID: Poller[0] HOST [4] WARNING: Result from SCRIPT not valid. Partial Result: change_db:438010 del...
11/18/2004 01:35:12 PM - CACTID: DEBUG HOST[4] INFO: SCRIPT did not retun all values. Got change_db:43800 delete:4110. Expected change_db:XXX, delete:XXX, this:XXX, that:XXX
Or something similiar. It's awfully difficult to figure out what's going wrong with scripts in most cases since the log doesn't output complete information as to what went wrong.
-Jeff
-----------------------------------------------------
If you try to fail, and you succeed, what did you just do?
------------------------------------------------------
You need to get rid of the spaces between VariableA:ResultA VariableB:ResultB
Spaces between the Variable and the Result. Then you will be fine.
Larry
Actually, the spaces between the fields were OK, it was an extra one at the end of the output that screwed things up..
in that poller.c file for Cactid, it's checking to see if 1+ the number of spaces found in script output == # of field:value pairs, makes sense the way it's working too. Just wish it woulda said "number of spaces != number of field:value pairs! must be an extra space in there somewhere"