Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
travis-ci: Use xenial image
· 40b90045
Jan Wagner
authored
Nov 08, 2018
40b90045
d/control: Add Provides for 'old' nagios-plugins
· 56443b17
Jan Wagner
authored
Nov 27, 2018
56443b17
Merge branch 'master' of salsa.debian.org:nagios-team/pkg-monitoring-plugins
· 2949c60e
Jan Wagner
authored
Nov 27, 2018
2949c60e
Show whitespace changes
Inline
Side-by-side
.travis.yml
View file @
2949c60e
dist
:
xenial
sudo
:
required
dist
:
trusty
...
...
debian/control
View file @
2949c60e
...
...
@@ -25,6 +25,7 @@ Package: monitoring-plugins
Architecture: all
Depends: monitoring-plugins-basic, monitoring-plugins-standard, ${misc:Depends}
Suggests: icinga | icinga2, nagios-plugins-contrib
Provides: nagios-plugins
Description: Plugins for nagios compatible monitoring systems (metapackage)
Plugins for nagios compatible monitoring systems like Naemon and Icinga.
.
...
...
@@ -55,6 +56,7 @@ Depends: inetutils-ping (>= 2:1.9-1~) [kfreebsd-any hurd-any],
${shlibs:Depends}
Recommends: libcap2-bin [linux-any]
Suggests: icinga | icinga2
Provides: nagios-plugins-basic
Description: Plugins for nagios compatible monitoring systems (basic)
Plugins for nagios compatible monitoring systems like Naemon and Icinga. It
contains the following plugins:
...
...
@@ -91,6 +93,7 @@ Suggests: fping,
icinga | icinga2,
postfix | sendmail-bin | exim4-daemon-heavy | exim4-daemon-light,
qstat
Provides: nagios-plugins-standard
Description: Plugins for nagios compatible monitoring systems (standard)
Plugins for nagios compatible monitoring systems like Naemon and Icinga. It
contains the following plugins:
...
...