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
|
Source: djagios
Section: admin
Priority: optional
XS-Python-Version: >= 2.5
Maintainer: Giovani Augusto Ferreira <giovani@riseup.net>
Build-Depends: debhelper (>= 10),
python-all (>= 2.5),
dh-python
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/collab-maint/djagios.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/djagios.git
Homepage: http://www.djagios.org/
Package: djagios
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-django (>= 1.7.7),
libjs-jquery,
python-mysqldb | python-pysqlite2 | python-psycopg2
Recommends: apache2,
libapache2-mod-wsgi | libapache2-mod-python
Suggests: icinga
XB-Python-Version: ${python:Versions}
Description: tool to help configure nagios written in Django
Djagios is an open source Nagios web based configuration tool with a complete
Python Nagios API.
.
The main goal of the tool was to make Nagios usable for non-Nagios admins.
The initial install and configuration would have to be done by Nagios
administrators. But once done ordinary users can add servers, appliances,
devices, services themselves.
|