Salut all,
Après avoir mis en place Perfparse j'ai un message qui m'indique ceci: Problème avec la base Perfparse : DB Error: no such database
Sous MySql je n'ai pas de base perfparse mais j'ai une base ODS et Oreon qui sont bien configuré dans mon fichier oreon.conf comme ceci.
Database
$conf_oreon['host'] = "localhost";
$conf_oreon['user'] = "oreon";
$conf_oreon['password'] = "connexion";
$conf_oreon['db'] = "oreon";
$conf_oreon['ods'] = "ods";
Dans le nagios.log j'ai ce message
[1186393743] Warning: Attempting to execute the command "/usr/local/nagios/libexec//process-service-perfdata "1186393734" "mthevenot" "CPU" "Numeric value for warning or critical !" "UNKNOWN" """ resulted in a return code of 126. Make sure the script or binary you are trying to execute actually exists...
Dans le chemin de la commande il me met 2 / (/usr/local/nagios/libexec//process-service-perfdata) ça pas l'air d'etre bien normal?
Qeulqu'un peut me dire où c'est que je peux changer ça
Merci
Nagios 2.9 + oreon 1.4
Après avoir mis en place Perfparse j'ai un message qui m'indique ceci: Problème avec la base Perfparse : DB Error: no such database
Sous MySql je n'ai pas de base perfparse mais j'ai une base ODS et Oreon qui sont bien configuré dans mon fichier oreon.conf comme ceci.
Database
$conf_oreon['host'] = "localhost";
$conf_oreon['user'] = "oreon";
$conf_oreon['password'] = "connexion";
$conf_oreon['db'] = "oreon";
$conf_oreon['ods'] = "ods";
Dans le nagios.log j'ai ce message
[1186393743] Warning: Attempting to execute the command "/usr/local/nagios/libexec//process-service-perfdata "1186393734" "mthevenot" "CPU" "Numeric value for warning or critical !" "UNKNOWN" """ resulted in a return code of 126. Make sure the script or binary you are trying to execute actually exists...
Dans le chemin de la commande il me met 2 / (/usr/local/nagios/libexec//process-service-perfdata) ça pas l'air d'etre bien normal?
Qeulqu'un peut me dire où c'est que je peux changer ça
Merci
Nagios 2.9 + oreon 1.4
Comment