Ad Widget

Collapse

Suspect that my Zabbix server writing my disk full

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • neptunus
    Junior Member
    • Jul 2013
    • 7

    #1

    Suspect that my Zabbix server writing my disk full

    I suspect that my Zabbix server writing my disk full faster then expected.

    I know I don't have very much room on the hdd. But if a use a large hdd, this hdd will also be full faster then expected. What can be the problem here.

    Code:
    root@wheelie:/home# df -h
    Filesystem                Size  Used Avail Use% Mounted on
    rootfs                    7.3G  6.0G  931M  87% /
    udev                       10M     0   10M   0% /dev
    tmpfs                     801M  216K  801M   1% /run
    /dev/mapper/wheelie-root  7.3G  6.0G  931M  87% /
    tmpfs                     5.0M     0  5.0M   0% /run/lock
    tmpfs                     1.6G     0  1.6G   0% /run/shm
    /dev/sda1                 228M   18M  199M   9% /boot
  • neptunus
    Junior Member
    • Jul 2013
    • 7

    #2
    Originally posted by neptunus
    I suspect that my Zabbix server writing my disk full faster then expected.
    The HDD is now full.

    Errors in zabbix server frontend:
    Code:
        Error in query [SELECT DISTINCT s.*,hg.hostid FROM scripts s,hosts_groups hg WHERE ((hg.groupid='4' AND hg.groupid=s.groupid) OR (s.groupid IS NULL AND scriptid BETWEEN 000000000000000 AND 099999999999999)) ORDER BY s.name] [Got error 28 from storage engine]
        mysql_fetch_assoc() expects parameter 1 to be resource, boolean given [include/db.inc.php:572]
        mysql_free_result() expects parameter 1 to be resource, boolean given [include/db.inc.php:573]

    Comment

    • neptunus
      Junior Member
      • Jul 2013
      • 7

      #3
      Originally posted by neptunus
      I suspect that my Zabbix server writing my disk full faster then expected.
      I found the problem:
      Code:
      root@wheelie:/var/log/zabbix# ls -lh
      total 5.5G
      -rw-r----- 1 zabbix zabbix  661 Aug 20 17:00 zabbix_agentd.log
      -rw-rw-r-- 1 zabbix zabbix  704 Aug 18 17:52 zabbix_agentd.log.1.gz
      -rw-rw-r-- 1 zabbix zabbix 1.2G Aug 20 17:02 zabbix_server.log
      -rw-rw-r-- 1 zabbix zabbix 4.3G Aug 20 06:25 zabbix_server.log.1
      Debugging mode 4 was enabled in zabbix_server.conf

      Comment

      • Colttt
        Senior Member
        Zabbix Certified Specialist
        • Mar 2009
        • 878

        #4
        you must integrate you log into you syslog daemon
        Debian-User

        Sorry for my bad english

        Comment

        Working...