When i configure the plugin for mysql pid check using below command
define command{
command_name check_mysql_pidfile
command_line $USER2$/pmp-check-mysql-pidfile -H hostname -l user -p password -w
}
I am getting warning as WARN missing /var/run/mysqld/mysqld.pid even when that file is present over there
Any solution for this???
Thanks in advance