hi,
I have deployed Zabbix agents on some Linux servers. Today I got an alert about low disk space on one of them. Seeking for big file, I fould a 12GB text file in /tmp created by user zabbix, and with some mysql lines in it.
The version I deployed is 2.0.3
Does anyone have any idea how this file is generated and why ?
Note that the agent is running only since about three of four weeks.
This is the kind of data that are in that file:
I have deployed Zabbix agents on some Linux servers. Today I got an alert about low disk space on one of them. Seeking for big file, I fould a 12GB text file in /tmp created by user zabbix, and with some mysql lines in it.
The version I deployed is 2.0.3
Does anyone have any idea how this file is generated and why ?
Note that the agent is running only since about three of four weeks.
This is the kind of data that are in that file:
Code:
2012-11-27 09:15:30 at /usr/local/share/zabbix/plugins/ss_get_mysql_stats.php:112 array ( 0 => '/usr/local/share/zabbix/plugins/ss_get_mysql_stats.php', 1 => '--host', 2 => 'localhost', 3 => '--items', 4 => 'hn', ) 2012-11-27 09:15:30 parse_cmdline() at /usr/local/share/zabbix/plugins/ss_get_mysql_stats.php:235 array ( 'host' => 'localhost', 'items' => 'hn', ) 2012-11-27 09:15:30 validate_options() at /usr/local/share/zabbix/plugins/ss_get_mysql_stats.php:160 array ( 'host' => 'localhost', 'items' => 'hn', )
Comment