Ad Widget

Collapse

Trigger for Process

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chutchins
    Junior Member
    • Apr 2010
    • 25

    #1

    Trigger for Process

    I am working on monitoring some specific processes on different servers. I used the standard httpd settings to create the triggers and items, but they are all not supported.

    Proc_cnt is the default with HTTPD which is not supported
    I can get proc.num to work but I cant seem to get a good trigger.
    I basically want to send an alert if the process has less than 1 running
    Attached Files
  • chutchins
    Junior Member
    • Apr 2010
    • 25

    #2
    well I found the way to get it working, but I am wondering if anyone knows why the proc_cnt would not work?

    Comment

    • MrKen
      Senior Member
      • Oct 2008
      • 652

      #3
      Originally posted by chutchins
      . . . but I am wondering if anyone knows why the proc_cnt would not work?
      proc_cnt is an old zabbix key which is no longer supported. You might try proc_info

      http://www.zabbix.com/documentation/1.8/manual/config/items?s[]=proc&s[]=info Section 19.4

      MrKen
      Disclaimer: All of the above is pure speculation.

      Comment

      • chutchins
        Junior Member
        • Apr 2010
        • 25

        #4
        Originally posted by MrKen
        proc_cnt is an old zabbix key which is no longer supported. You might try proc_info

        http://www.zabbix.com/documentation/1.8/manual/config/items?s[]=proc&s[]=info Section 19.4

        MrKen
        That makes sense why it didnt work. Wonder if that has been added in the bug lists to remove from default template...

        Comment

        Working...