Ad Widget

Collapse

Please help to create action

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vrtareg
    Senior Member
    • May 2006
    • 293

    #1

    Please help to create action

    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.Linuxroc.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
Working...