Ad Widget

Collapse

Zabbix 1.4.3 Server/Agentd db tables

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cdubois
    Junior Member
    • Sep 2007
    • 5

    #1

    Zabbix 1.4.3 Server/Agentd db tables

    Hi All,
    New to the list.

    Have a new installation of 1.4.2 server / agent running on Redhat.
    Successfully started server and agentd;

    4354:20070910:111817 zabbix_agentd started. ZABBIX 1.4.2.
    4355:20070910:111817 zabbix_agentd collector started
    4356:20070910:111817 zabbix_agentd listener started
    4357:20070910:111817 zabbix_agentd listener started
    4358:20070910:111817 zabbix_agentd listener started
    4359:20070910:111817 zabbix_agentd active check started [127.0.0.1:10051]

    able to retrive cpu.load from localhost:
    [root@aca4 /]# zabbix_get -s 127.0.0.1 -p10050 -k"system.cpu.load[all,avg1]"
    0.330000

    no data in reports; using a node id=1 for standalone configuration.

    whats the next step in troubleshooting this?

    thanks
    Carl
  • cdubois
    Junior Member
    • Sep 2007
    • 5

    #2
    just a follow on post:
    i am using apache http server 2.0. Will this work?

    Comment

    • cdubois
      Junior Member
      • Sep 2007
      • 5

      #3
      insert into node_chsum

      I am seeing a ton of querys in the server log to insert into table node_cksum?
      Not sure what to make of them?

      6731:20070910:134129 Query [insert into node_cksum (cksumid,nodeid,tablename,fieldname,recordid,cksum type,cksum) values (4377649,0,'functions','functionid',11668,1,'e44ea a8b7bc2198ca69b59f35b617b34')]
      6731:20070910:134129 In DBget_maxid(node_cksum,cksumid)
      6731:20070910:134129 Query [select nextid from ids where nodeid=0 and table_name='node_cksum' and field_name='cksumid']
      6731:20070910:134129 Query [update ids set nextid=nextid+1 where nodeid=0 and table_name='node_cksum' and field_name='cksumid']
      6731:20070910:134129 Query [select nextid from ids where nodeid=0 and table_name='node_cksum' and field_name='cksumid']

      Comment

      Working...