Ad Widget

Collapse

xinetd

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mhammett
    Junior Member
    • Jan 2007
    • 3

    #1

    xinetd

    i just setup Zabbix. One of the triggers in the template is how many processes are running in inetd. My system uses xinetd. How do I change it to check that instead?
  • cbidwell
    Senior Member
    • Aug 2006
    • 127

    #2
    I, too, am having the same problem. I try to create a new trigger such as:

    Name: xinetd is not running on {HOSTNAME}
    Expression: {Unix_t: proc.num[xinetd].last(0)}<1

    Severity: High

    and I get the result of:
    No such host (Unix_t) or monitored parameter (proc.num[xinetd])

    Any help would be greatly appreciated.

    Comment

    • cptnzod
      Member
      • Jan 2007
      • 56

      #3
      I made the same thing under my host and not unix_t and it worked just fine.

      Comment

      • James Wells
        Senior Member
        • Jun 2005
        • 664

        #4
        Greetings,
        Originally posted by cbidwell
        Expression: {Unix_t: proc.num[xinetd].last(0)}<1
        Did you paste this in directly from Zabbix? If so then the problem is that you have a space between the Unix_t: and proc.num.
        Unofficial Zabbix Developer

        Comment

        Working...