File: control

package info (click to toggle)
nagios-plugins-openstack 1.20120627-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 164 kB
  • sloc: python: 525; sh: 121; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,521 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: nagios-plugins-openstack
Section: net
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Loic Dachary (OuoU) <loic@debian.org>,
           Ignace Mouzannar <mouzannar@gmail.com>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.3
Homepage: https://labs.enovance.com/projects/nagios-plugins-openstack
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/nagios-plugins-openstack.git;a=summary
Vcs-Git: git://anonscm.debian.org/openstack/nagios-plugins-openstack.git

Package: nagios-plugins-openstack
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, python2.7 | python2.6, python (>= 2.6), python-keystoneclient
Description: Plugins for nagios compatible monitoring OpenStack based systems
 This package provides various plugins for Nagios compatible monitoring
 systems like Nagios and Icinga.
 It contains the following plugins:
 . 
   * check_keystone (1.0): Check that OpenStack Identity service (Keystone)
     works correctly by getting a token from it, and checking that services
     have a publicURL declared.
   * check_swift_object_servers (1.0): uses swift-recon to query all clusters
     servers and ensure they all have the same copy of the object ring. 
   * check_swift_dispersion (1.0): uses swift-dispersion tools to report
     dispersion analysis and checks that all copies of objects are OK.
   * check_swift (1.0): tries to upload, download and delete a file in a Swift
     container to check that it works correctly.