Ad Widget

Collapse

I can't monitor some services

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Hal
    Junior Member
    • Jan 2006
    • 10

    #1

    I can't monitor some services

    Hi,
    i try to monitor some services running on ours servers.

    I use this item:
    net.tcp.service[service <,ip> <,port>].

    It works great with http, ftp, stmp and ssh service.
    It write simple net.tcp.service[http, 127.0.0.1, 80] and it works.

    But i want monitor some others services, for example: mysqld, zebra, ospfd, bgpd.

    I add this items:
    net.tcp.service[mysql, 127.0.0.1, 3306],
    net.tcp.service[zebra, 127.0.0.1, 2601],
    ...

    When i add this items, i see that this items are not supported.
    Can i add any service (with any port) or i can use it only with 'well known' services as http, ftp, ...?

    I also check /etc/services file and all of services are in this file.

    I use zabbix 1.1beta5.

    Can anyone help?

    Thx.

    Hal
  • Hal
    Junior Member
    • Jan 2006
    • 10

    #2
    I will answer yourself.

    Yes, it's possible to monitor any service.

    syntax is:
    net.tcp.service[tcp, <host>, <port>].

    Next time i will RTFM.

    Comment

    Working...