-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
44 lines (30 loc) · 1.31 KB
/
README
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
zapishell - Interactive CLI to manipulate Zabbix data, based on Zabbix::API
This distribution contains an interactive command line tool based on
Zabbix::API and Term::Shell, allowing users to interact with a Zabbix
server in a not-too-clicky way.
$ fetch Host 10045
$ examine Host 10045
Since it makes use of Term::Shell, there are such interesting
features as tabbed completion (in some, but not all places), and
history support, depending on your Term::ReadLine implementation.
It's been tested with Term::ReadLine::Gnu, anyway.
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc Zabbix::API::Shell
Keep in mind that this distribution is ALPHA QUALITY SOFTWARE, which
mostly means I have decided that it's not CPAN-worthy yet, and so it
hasn't been properly packaged yet. Also there are no tests, which is
a problem.
LICENSE AND COPYRIGHT
Copyright (C) 2011 Devoteam
This program is free software; you can redistribute it and/or modify
it under the terms of either: the GNU General Public License as
published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.