diff options
author | Daniel Friesel <derf@finalrewind.org> | 2010-12-11 21:08:01 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2010-12-11 21:08:01 +0100 |
commit | 0fcb0c2cd76054a2e9cdd25cea5433d85518d72f (patch) | |
tree | 7ca7904d25ff1e99446276952321d85f1f7e3b34 /bin | |
parent | c5d51e041a53fa8bed8ebf7edf9c406b3c11a693 (diff) |
icli(1): Add note that it does not work via network
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/icli | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -793,6 +793,10 @@ services and their states. Note that when supplying custom config and status file paths, B<icli> also works with B<Nagios>. 100% compatibility is not guranteed, however. +B<icli> only works when executed on the host running the B<Icinga> daemon. To +use it on another host, shell aliases (like C<< alias icli='ssh $icingahost +icli' >>) or similar are recommended. + =head1 OPTIONS =over |