Hi again,
Another problem with processes not seen. MySQL this time. I created a template for monitoring mysql and applied it on two hosts. One host says there is one proc running. The other one says there is none.
The only difference I could find in 'ps -ef' output is the time column :
The host that is causing problem is the Zabbix server. Both server and clients are v1.6.5 (revision 7442).
I'm lost...
Another problem with processes not seen. MySQL this time. I created a template for monitoring mysql and applied it on two hosts. One host says there is one proc running. The other one says there is none.
The only difference I could find in 'ps -ef' output is the time column :
Code:
Host with good result : mysql 13901 13861 0 16:04 pts/0 00:00:00 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking --port=3306 --socket=/var/run/mysqld/mysqld.sock Host with bad result : mysql 30704 30663 6 16:45 pts/0 00:00:09 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking --port=3306 --socket=/var/run/mysqld/mysqld.sock
I'm lost...

Comment