Here are classic case of issues and error that can be detected thanks to the Voici les erreurs classiques qui peuvent être détectées par la commande Health Check command
Outdated or invalid licence key
If you are using a invalid or an outdated licence key, you will have ERRORS on the Licence key part. You will also have a At Risk level near the end of the key validity date.
localhost address on the daemon configuration
The installation is installing the default daemons with the localhost address. If you are setuping for a distributed setup, you MUST set the IP/FQDN address instead.
The mongodb database is stopped
Clé de licence invalide
Si vous utilisez une clé de licence invalide, un message d'erreur apparaîtra. Vous serez également informé lorsque vous vous rapprocherez des limites de cette clé (nombre de nœuds autorisés ou durée de validité)
Adresse localhost dans la configuration du démon
Par défaut, l'installation du démon utilise son adresse localhost . Si vous utilisez une architecture distribuée (Architecture Distribuée), vous DEVEZ utiliser l'adresse IP/FQDN .
La base mongodb database est arrêtée
Si des messages d'erreur de ce type apparaissentIf you see such errors messages:
| Code Block |
|---|
ERROR: [Synchronizer] cannot connect to mongodb server: mongodb://localhost/?safe=false (could not connect to localhost:27017: [Errno 111] Connection refused) ERROR: [webui::mongodb module /etc/shinken/modules/mongodb.cfg:5] cannot connect to mongodb server: mongodb://localhost/?safe=true (could not connect to localhost:27017: [Errno 111] Connection refused) |
It means that the mongodb database is stopped. You an try to restart it with the commandCela signifie que la base mongodb est arrêtée. Vous pouvez la relancer avec la commande:
| Code Block | ||
|---|---|---|
| ||
/etc/init.d/mongodb start |
And if it stil fail, you can look at the mongodb database logs available in Et si ça ne marche toujours pas, regardez dans les logs /var/log/mongodb/mongod.log
The Graphite servers are not available
Le serveur Graphite n'est pas disponible
Si des messages d'erreur de ce type apparaissentIf you see such errors:
| Code Block |
|---|
ERROR: [webui::graphite backend] cannot request graphite server at 127.0.0.1 (<urlopen error [Errno 111] Connection refused>) |
It means that the Graphite services are stopped.
Cela veut dire que les services Graphite sont arrêtés.
Vous pouvez les relancer de la façon suivanteYou can try to restart them:
| Code Block | ||
|---|---|---|
| ||
/etc/init.d/httpd start /etc/init.d/carbon-carche start |
One of your Shinken daemon is stopped:
L'un des démons Shinken Enterprise est arrêté :
Si des messages d'erreur de ce type apparaissentIf you see such an error:
| Code Block |
|---|
ERROR: [/etc/shinken/synchronizers/synchronizer-master.cfg:13] cannot contact daemon (<urlopen error [Errno 111] Connection refused>) |
It means that one of your Shinken daemons is stopped. You can try to restart it on its serverCela signifie qu'un de vos démons Shinken Enterprise est arrêté. Vous pouvez le relancer sur son serveur de la façon suivante :
| Code Block |
|---|
/etc/init.d/shinken start |