diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-07-26 23:58:53 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-07-26 23:58:53 +0200 |
commit | 159a8a91af3161e21df247acd724bd5ed1a89a61 (patch) | |
tree | 541d26c2e689420e79e087643ac76f7fa29954c2 | |
parent | 0d2f6922f95730d6c667f2e95539c2a999b3d7ee (diff) |
Add some documentation
-rwxr-xr-x | bin/icli | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -114,20 +114,44 @@ __END__ =head1 NAME +B<icli> - Icinga Command Line Interface + =head1 SYNOPSIS +B<icli> [B<-h> I<host>] + =head1 DESCRIPTION +B<icli> is a command line interface to Icinga. By default it lists all +services and their states. + =head1 OPTIONS +=over + +=item B<-h> I<host> + +Only show I<host>'s services + +=back + =head1 EXIT STATUS +Zero, unless errors occured. + =head1 CONFIGURATION +None. + =head1 DEPENDENCIES +None, so far. + =head1 BUGS AND LIMITATIONS +This software is in early development stages. So there will probably be quite +a lot. + =head1 AUTHOR Copyright (C) 2010 by Daniel Friesel E<lt>derf@chaosdorf.deE<gt> |