Hi
Please help to create action to periodically check some process running instances quantity and report by mail if it increases from some limit.
I do the following steps:
1: create item "N of run kdeinit" - proc.num[kdeinit], check time 60 sec
2. create trigger "Too many processes of "kdeinit" on {HOSTNAME}" with expression "{Host.Linux
roc.num[kdeinit].last(0)}>19"
3. create action to send message if: Host group = "BuildServer" and Trigger description like "Too many processes of%" and Trigger value = "ON"
Now item and trigger works correctly but action dont work.
Is there is possibilyti to set action repeat count to infinity that it will be possible check trigger continuous?
Thanks
Areg
Please help to create action to periodically check some process running instances quantity and report by mail if it increases from some limit.
I do the following steps:
1: create item "N of run kdeinit" - proc.num[kdeinit], check time 60 sec
2. create trigger "Too many processes of "kdeinit" on {HOSTNAME}" with expression "{Host.Linux
roc.num[kdeinit].last(0)}>19"3. create action to send message if: Host group = "BuildServer" and Trigger description like "Too many processes of%" and Trigger value = "ON"
Now item and trigger works correctly but action dont work.
Is there is possibilyti to set action repeat count to infinity that it will be possible check trigger continuous?
Thanks
Areg