Okay, I see some people have magically gotten this to work.
As you can see below, the basic command executes according to the server, but that file doesn't exist. I even double checked permissions on /tmp.
Could this have something to do with the fact that I ONLY use active checks?
My next option is to write a cron job against the database. I looked into this, but I can't figure out how to detect a trigger based on severity level and host group. It appears I have to decode the expression row column in the triggers table.
AhhhhH!
As you can see below, the basic command executes according to the server, but that file doesn't exist. I even double checked permissions on /tmp.
Code:
029667:20070324:165954 Run remote commands START [actionid:34] 029667:20070324:165954 run_remote_command START [hostname: 'company.server', command: 'touch /tmp/asdf'] 029667:20070324:165954 run_remote_command [result:-3] 029667:20070324:165954 Run remote commands END
My next option is to write a cron job against the database. I looked into this, but I can't figure out how to detect a trigger based on severity level and host group. It appears I have to decode the expression row column in the triggers table.
AhhhhH!

Comment