The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

helios_config_set.pl - set a config param's value in the Helios database

SYNOPSIS

 helios_config_set.pl --service=<service name> --param=<param name> --value=<param value>
   [--hostname=<hostname>]
   
 # set the "endpoint_url" param for MyService on all hosts
 helios_config_set.pl --service=MyService --hostname=* --param=endpoint_url \
   --value=http://webserver/app.pl
   
 # set the "port" param for MyService on the current host
 helios_config_set.pl --service=MyService --param=port --value=8080

DESCRIPTION

The helios_config_set.pl command can be used to set configuration parameters for a service in the Helios collective database. This allows Helios configuration parameters to be created or changed from the command line or shell scripts.

If the --hostname parameter is not specifed, helios_config_set.pl will default to the current host. If you want a parameter to take effect for a service across an entire collective, set the --hostname parameter to '*'.

AUTHOR

Andrew Johnson, <lajandy at cpan dot org>

COPYRIGHT AND LICENSE

Copyright (C) 2013 by Logical Helion, LLC.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.0 or, at your option, any later version of Perl 5 you may have available.

WARRANTY

This software comes with no warranty of any kind.