Show
Ignore:
Timestamp:
07/23/08 18:09:25 (4 months ago)
Author:
ncordier
Message:

fix missing '!' in argument example for check_centreon_remote_storage
( http://forum.centreon.com/showthread.php?p=39682 )

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/centreon/www/install/insertCmd-Tps.sql

    r5226 r5858  
    1010INSERT INTO `command` (`command_id`, `command_name`, `command_line`, `command_example`, `command_type`, `graph_id`, `cmd_cat_id`) VALUES(6, 'check_centreon_ping', '$USER1$#S#check_centreon_ping -H $HOSTADDRESS$ -n $ARG1$ -w $ARG2$ -c $ARG3$', '!3!200,20%!400,50%', 2, 2, NULL); 
    1111INSERT INTO `command` (`command_id`, `command_name`, `command_line`, `command_example`, `command_type`, `graph_id`, `cmd_cat_id`) VALUES(7, 'check_centreon_process', '$USER1$#S#check_centreon_snmp_process -H $HOSTADDRESS$ -v $ARG1$ -C $ARG2$ -n -p $ARG3$', '!2c!$USER2$!httpd', 2, 0, NULL); 
    12 INSERT INTO `command` (`command_id`, `command_name`, `command_line`, `command_example`, `command_type`, `graph_id`, `cmd_cat_id`) VALUES(8, 'check_centreon_remote_storage', '$USER1$#S#check_centreon_snmp_remote_storage -H $HOSTADDRESS$ -n -d $ARG1$ -w $ARG2$ -c $ARG3$ -C $ARG4$ -v $ARG5$', '!#S#!80!90$USER2$!1', 2, 3, NULL); 
     12INSERT INTO `command` (`command_id`, `command_name`, `command_line`, `command_example`, `command_type`, `graph_id`, `cmd_cat_id`) VALUES(8, 'check_centreon_remote_storage', '$USER1$#S#check_centreon_snmp_remote_storage -H $HOSTADDRESS$ -n -d $ARG1$ -w $ARG2$ -c $ARG3$ -C $ARG4$ -v $ARG5$', '!#S#!80!90!$USER2$!1', 2, 3, NULL); 
    1313INSERT INTO `command` (`command_id`, `command_name`, `command_line`, `command_example`, `command_type`, `graph_id`, `cmd_cat_id`) VALUES(10, 'check_centreon_traffic_limited', '$USER1$#S#check_centreon_snmp_traffic -H $HOSTADDRESS$ -n -i $ARG1$ -w $ARG2$ -c $ARG3$ -C $ARG4$ -v $ARG5$ -T $ARG6$', '!eth0!80!90!$USER2$!1!2', 2, 7, NULL); 
    1414INSERT INTO `command` (`command_id`, `command_name`, `command_line`, `command_example`, `command_type`, `graph_id`, `cmd_cat_id`) VALUES(11, 'check_hpjd', '$USER1$#S#check_hpjd -H $HOSTADDRESS$ -C public', '', 2, NULL, NULL);