File: control

package info (click to toggle)
libnagios-object-perl 0.21.12-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 996 kB
  • ctags: 167
  • sloc: perl: 2,966; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,414 bytes parent folder | download
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
Source: libnagios-object-perl
Section: perl
Priority: optional
Build-Depends: perl, debhelper (>= 7.0.50),
 perl (>= 5.10) | libmodule-build-perl
Build-Depends-Indep: libtest-exception-perl, libtest-nowarnings-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jose Luis Rivas <ghostbar38@gmail.com>,
 Ryan Niebur <ryan@debian.org>, gregor herrmann <gregoa@debian.org>,
 Jonathan Yu <jawnsy@cpan.org>,
 Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>
Standards-Version: 3.9.0
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnagios-object-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnagios-object-perl/
Homepage: http://search.cpan.org/dist/Nagios-Object/

Package: libnagios-object-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: module to parse and represent Nagios configuration as objects
 Nagios::Object is a group of modules for parsing a Nagios configuration and
 providing an object representation in Perl. It has support for inheriting from
 templates and the structure is kept in tact within the Perl representation.
 .
 Nagios::StatusLog reads the Nagios status log and returns Status objects which
 can be used to get status information about a host.
 .
 Nagios::Config creates a new Nagios::Config object, which will parse a Nagios
 main configuration file and all of it's object configuration files.