blob: 9ef02c5e7a46afef8bf78de82f52788d049369d6 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 | icli - Icinga Command Line Interface
Requires:
 * perl version 5.10 or newer
 * A local icinga daemon + access to some of its files
Installation:
 > make
 > sudo make install
You can then run 'man icli' for more information.
Testing:
 > make test
Requires the following additional perl modules:
 * Test::More
 * Test::Compile
 * Test::Pod
 * Test::Command
http://derf.homelinux.org/projects/icinga-cli
 |