Ad Widget

Collapse

Port UDP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • samuka
    Junior Member
    • Nov 2006
    • 13

    #1

    Port UDP

    Possible monitoring port UDP? to dhcp server and named server (bind)
    Last edited by samuka; 13-11-2006, 19:05.
  • tapto
    Junior Member
    • Nov 2006
    • 28

    #2
    You can check for the number of processes running

    I.E for dhcpd

    item:
    proc.num[dhcpd]

    trigger
    Code:
    {host:proc.num[dhcpd].last(0)}<1

    Comment

    • alj
      Senior Member
      • Aug 2006
      • 188

      #3
      Originally posted by samuka
      Possible monitoring port UDP? to dhcp server and named server (bind)
      Now how would you do that? UDP is stateless.

      You can though monitor dhcp via dhcping and bind via dig, just wrap it with a shell script and put it into zabbix_agentd.

      Comment

      Working...