Ad Widget

Collapse

Agents working at console but Web Interface

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • martins.felipe
    Member
    • Jul 2006
    • 34

    #1

    Agents working at console but Web Interface

    Dear all,

    I'm trying to use zabbix agents to increase the amount of things I can monitor at my network. I've installed agent version 1.1.4 at my server (Linux Slackware 10.2 using Unix_t and), and also agent version 1.1.2 at another two windows machines (Windows 2000 Server , Windows XP both using Windows_t).

    I began testing the agents via console doing some basic remote queries like this:

    Linux Server:
    root@beholder:~# zabbix_get -s 32.94.155.11 -p 10050 -k vfs.file.cksum[/etc/services]
    2364969529
    root@beholder:~# zabbix_get -s 32.94.155.11 -p 10050 -k vfs.fs.size[/usr,free]
    10537272
    root@beholder:~# zabbix_get -s 32.94.155.11 -p 10050 -k net.tcp.service[ssh]
    1

    Windows 2000 Server:
    root@beholder:~# zabbix_get -s 32.94.155.6 -p 10050 -k vfs.fs.size[c:,free]
    32831590400.000000
    root@beholder:~# zabbix_get -s 32.94.155.6 -p 10050 -k vfs.fs.size[c:,total]
    40048852992.000000

    Windows XP:
    root@beholder:~# zabbix_get -s 32.94.155.30 -p 10050 -k vfs.fs.size[c:,total]
    39974858752.000000
    root@beholder:~# zabbix_get -s 32.94.155.30 -p 10050 -k vfs.fs.size[c:,free]
    6118363136.000000
    root@beholder:~# zabbix_get -s 32.94.155.30 -p 10050 -k vm.memory.size[cached]
    1485799424.000000


    As you can see the Agents are working quite well. So I opened the Zabbix web interface and added the 3 hosts mentioned above using its respective Templates (the ones above between parenteses), but it seems that Zabbix Server is not passing the monitored values to the Web Interface. All the parameters monitored by SNMP are working, but none of the agente parameters. Zabbix Web Interface keep telling me "NOT SUPPORTED" to all agent parameters. What do I do ?
    I've tried to look for errors at zabbix_server.log and zabbix_agentd.log but I don't know what to look for.
    Need a HUGE hand !!!

    []'s
    Phil
  • martins.felipe
    Member
    • Jul 2006
    • 34

    #2
    Problem Solved !!!

    Problem solved, my mistake. It seems that when I made a maintenance at my mysql database I accidentally changed all the agents to snmpv2 agents instead of Zabbix agent ...

    Thank you all ...

    Comment

    Working...