[root@master-perofu core]# centreon Centreon version 2.1.8 - Copyright Merethis - www.centreon.com This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to modify and redistribute it under the GPL license usage: ./centreon -u <LOGIN> -p <PASSWORD> [-s] -o <OBJECT> -a <ACTION> [-v] -s Use SHA1 on password (default is MD5) -v variables -h Print help -V Print version -o Object type -a Launch action on Centreon Actions are the followings : - POLLERGENERATE: Build nagios configuration for a poller (poller id in -v parameters) #> ./centreon -u <LOGIN> -p <PASSWORD> -a POLLERGENERATE -v 1 - POLLERTEST: Test nagios configuration for a poller (poller id in -v parameters) #> ./centreon -u <LOGIN> -p <PASSWORD> -a POLLERTEST -v 1 - CFGMOVE: move nagios configuration for a poller to final directory (poller id in -v parameters) #> ./centreon -u <LOGIN> -p <PASSWORD> -a CFGMOVE -v 1 - POLLERRESTART: Restart a poller (poller id in -v parameters) #> ./centreon -u <LOGIN> -p <PASSWORD> -a POLLERRESTART -v 1 - POLLERRELOAD: Reload a poller (poller id in -v parameters) #> ./centreon -u <LOGIN> -p <PASSWORD> -a POLLERRELOAD -v 1 - POLLERLIST: list all pollers #> ./centreon -u <LOGIN> -p <PASSWORD> -a POLLERLIST For more information about configuration objects, please refer to CLAPI wiki: - http://documentation.centreon.com/docs/centreon-clapi/ Notes: - Actions can be written in lowercase chars - LOGIN and PASSWORD is an admin account of Centreon |