Ad Widget

Collapse

Monitoring sites with a simple ping - how to

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tchjts1
    Senior Member
    • May 2008
    • 1605

    #16
    Originally posted by zeroger

    {__Remote_Hosts:icmpping.max(300)}<1

    I choose a severity level, then click add. The system show this message: Incorrect item key "icmpping" provided for trigger expression on "__Remote_Hosts".


    Note: I used icmpping at item key.
    Check your item key. icmpping should have a set of brackets.
    I set up the key and created this trigger, which works:

    {xxxxxxxx:icmpping[].max(300)}>1

    Comment

    • zeroger
      Junior Member
      • Dec 2012
      • 3

      #17
      Fixed

      Originally posted by zeroger
      I'm running the 2.0.3 Stable, when I used for Expression something like;

      {__Remote_Hosts:icmpping.max(300)}<1

      I choose a severity level, then click add. The system show this message: Incorrect item key "icmpping" provided for trigger expression on "__Remote_Hosts".


      Note: I used icmpping at item key.
      I fixed the problem so:

      {__Remote_Hosts:icmpping[<target>,<packets>,<interval>,<size>,<timeout>].max(300)}<1

      just put the parameters of item key here.

      Comment

      Working...