diff options
author | Daniel Friesel <derf@finalrewind.org> | 2010-11-16 23:42:45 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2010-11-16 23:42:45 +0100 |
commit | 1a1a43b9dadf88a13803942464f3cdeb70e2847c (patch) | |
tree | b114b3e733754427e0bd440cb3c6df108e38fb7b | |
parent | fcd3fbc1d3bcb5655ecf766945876aef7e48fc2c (diff) |
Add -s to documentation
-rwxr-xr-x | bin/icli | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -463,9 +463,9 @@ F</var/lib/icinga/rw/icinga.cmd> =item B<-g>|B<--hostgroup> I<hostgroup> -Limit selection to hosts in I<hostgroup> +Limit selection to hosts in I<hostgroup> (comma separated list) -=item B<-h>|B<--host> I<host>1,I<host2>,I<...> +=item B<-h>|B<--host> I<hosts> Limit selection to I<hosts> (comma separated list) @@ -479,6 +479,12 @@ Note that only the first character of the argument is checked, so C<< icli Schedule an immediate recheck of all selected services +=item B<-s>|B<--service> I<services> + +Limit selection to I<services> (comma separated lists). Can be combined with +B<-h>/B<-g> to further narrow down the selection, but may also be used +stand-alone. + =item B<-x>|B<--short> Only show services which are not OK @@ -489,9 +495,6 @@ Show version information =back -The argument to B<-g> and B<-h> may also be comma-separated list of -hosts/hostgroups, e.g. C<< icli -h aneurysm,kraftwerk >>. - =head1 EXIT STATUS Zero, unless errors occured. |