Manipulation des démons Shinken

Usage :

service shinken [ -d ] {start|stop|restart|status|check}

ou

/etc/init.d/shinken [ -d ] {start|stop|restart|status|check}
-d  start requested module(s) in debug mode, only useful with start|restart

Usage spécifique par démon :

service shinken-DEMON [ -d ] {start|stop|restart|status|check}

ou

/etc/init.d/shinken-DEMON [ -d ] {start|stop|restart|status|check}

-d  start requested module(s) in debug mode, only useful with start|restart

DEMON peut être : arbiter, synchronizer, receiver, scheduler, reactionner, poller, broker

Exemples

Exemples: 

Redémarrage de tous les démons Shinken :

service shinken restart

ou 

/etc/init.d/shinken restart


Redémarrage de tous les démons Shinken en mode debug (les logs seront plus détaillés) :

service shinken -d restart


Redémarrage du broker en mode débug :

service shinken-broker -d restart