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
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
Comment