Ad Widget

Collapse

FTP, POP3 and SMTP dont properly detected

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dataman
    Junior Member
    • Jan 2007
    • 10

    #1

    FTP, POP3 and SMTP dont properly detected

    Centos 4.4 x86_64, Php 5.1.6, MySQL 5.0.22, Zabbix 1.3.2

    The Pop3, Smtp and FTP services are not detected my the Standalone_t and Unix_t templates.

    Standalone_t:FTP server is running ftp
    POP3 server is running net.tcp.service[pop]

    Strangely, the HTTP is properly detected

    The service are running, i can telnet them.
  • dataman
    Junior Member
    • Jan 2007
    • 10

    #2
    zabbix_get -s localhost -k net.tcp.service[pop]
    returns 0

    zabbix_get -s localhost -k net.tcp.port[,110]
    returns 1

    zabbix_get -s localhost -k net.tcp.listen[110]
    returns ZBX_NOTSUPPORTED

    zabbix_get -s localhost -k net.tcp.service[pop_perf]
    ZBX_NOTSUPPORTED
    Last edited by dataman; 15-01-2007, 12:06.

    Comment

    • dataman
      Junior Member
      • Jan 2007
      • 10

      #3
      zabbix_get -s localhost -k net.tcp.service[smtp]
      zabbix_get [7379]: Timeout while executing operation.

      net.tcp.port[, 110] seems to work
      Last edited by dataman; 15-01-2007, 12:39.

      Comment

      Working...