Ad Widget

Collapse

Error retriving some values

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thelan
    Junior Member
    • May 2009
    • 6

    #1

    Error retriving some values

    Hello,

    I'm new with zabbix and I don't understand why some values can't be requested properly by the server

    I got this problem only when the server is monitoring itself

    I've done a small test with the shell

    Code:
    zabbix_agent -t net.if.in[eth0]
    net.if.in[eth0]                               [u|49011953502]
    
    zabbix_get -s localhost -k net.if.in[eth0]
    ZBX_NOTSUPPORTED
    I've compiled the last (1.6.5) version

    Thanks for your help
    Last edited by thelan; 23-08-2009, 17:49.
  • Calimero
    Senior Member
    • Nov 2006
    • 481

    #2
    Configuration parameter Server= in zabbix_agentd must contain the list of IPs allowed to poll zabbix_agentd.

    As you're querying the server from ... the server, you should add '127.0.0.1' to the Server= list.

    Comment

    • thelan
      Junior Member
      • May 2009
      • 6

      #3
      Yes sure

      i've put the ip from all interfaces of the server

      Ive only got partial answers for exmples when I query agent.version i got the right answer ( 1.6.5 )

      But i've tested with an other server this works perfectly

      Ive got the same problem with the proc.num[] functions

      Comment

      Working...