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 45 46 47 48 49 50 51 52 53 54 55
|
Source: nagvis
Section: net
Priority: optional
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
Uploaders: Markus Frosch <lazyfrosch@debian.org>,
Alexander Wirt <formorer@debian.org>,
Jan Wagner <waja@cyconet.org>,
Adam Cecile <acecile@le-vert.net>
Build-Depends: debhelper-compat (= 13),
quilt,
po-debconf
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/nagios-team/nagvis.git
Vcs-Browser: https://salsa.debian.org/nagios-team/nagvis
Homepage: https://www.nagvis.org
Rules-Requires-Root: no
Package: nagvis
Architecture: all
Depends: ${misc:Depends},
php-common,
php,
php-gd,
ucf,
graphviz,
php-sqlite3,
php-net-socket
Suggests: check-mk-livestatus, nagvis-demos
Description: visualization addon for Nagios or Icinga
NagVis can be used to visualize Nagios or Icinga data, for instance
to display network traffic or IT services such as email.
.
Its key features are:
* Display of single hosts or services;
* Representation of a host dependent on the state of its services;
* Visualization of complete host- or servicegroups with one icon;
* Organization of hosts/services/groups into Sub-Map icons;
* Graphical representation of complete IT systems.
Package: nagvis-demos
Architecture: all
Depends: ${misc:Depends},
nagvis (= ${source:Version})
Description: visualization addon for Nagios or Icinga - demo maps
NagVis can be used to visualize Nagios or Icinga data, for instance
to display network traffic or IT services such as email.
.
Its key features are:
* Display of single hosts or services;
* Representation of a host dependent on the state of its services;
* Visualization of complete host- or servicegroups with one icon;
* Organization of hosts/services/groups into Sub-Map icons;
* Graphical representation of complete IT systems.
.
This package provides some demonstration maps.
|