centreon / centreon-clapi

Centreon CLAPI Module
14 stars 14 forks source link

add service problem with check_command_arguments #339

Closed CFRR closed 8 years ago

CFRR commented 8 years ago

I'm trying to add service to a host with argument and the following command is not assumed:

./centreon -u admin -p password-o SERVICE -a setparam -v "Switch01;Interface Gi1/0/4;check_command_arguments;!G1/0/4"
-bash: !G1/0/4: event not found
CFRR commented 8 years ago

instead of ", I used ', and work...