install:
$(INSTALL) -d $(DSTPLUGINDIR)
- $(INSTALL) -m 0755 $(PLUGINDIR)/check_cert $(DSTPLUGINDIR)
- $(INSTALL) -m 0755 $(PLUGINDIR)/check_md_raid $(DSTPLUGINDIR)
- $(INSTALL) -m 0755 $(PLUGINDIR)/check_ldaps_ip $(DSTPLUGINDIR)
- $(INSTALL) -m 0755 $(PLUGINDIR)/check_networkclients $(DSTPLUGINDIR)
- $(INSTALL) -m 0755 $(PLUGINDIR)/check_krb5 $(DSTPLUGINDIR)
- $(INSTALL) -m 0755 $(PLUGINDIR)/check_configtool $(DSTPLUGINDIR)
+ $(INSTALL) -m 0755 $(PLUGINDIR)/* $(DSTPLUGINDIR)/
clean:
$(RM) plugins/check_ldaps_ip
+nagios-plugins-local (0.11) unstable; urgency=low
+
+ * Split package out into multiple packages:
+ - nagios-plugins-local-server: plugins that should run on the nagios
+ server
+ - nagios-plugins-local-client: plugins that should run on individual
+ clients
+ - nagios-plugins-local: transitional empty package that merely depends on
+ nagios-plugins-local-client
+
+ -- Michael Howe <michael@michaelhowe.org> Sun, 20 Dec 2015 11:42:30 +0000
+
nagios-plugins-local (0.10) unstable; urgency=medium
* Fix Makefile
Package: nagios-plugins-local
Architecture: any
-Depends: ${misc:Depends}, perl, python, libc6, gnutls-bin, libnet-telnet-perl, libnagios-plugin-perl, libregexp-common-perl, libauthen-krb5-perl, libtimedate-perl, liburi-perl
+Depends: nagios-plugins-local-client (= ${source:Version} )
+Description: Transitional package to nagios-plugins-local-client
+ nagios-plugins-local has been split into two. Systems running nrpe should use
+ nagios-plugins-local-client instead.
+
+Package: nagios-plugins-local-server
+Architecture: any
+Depends: ${misc:Depends},
+ perl,
+ python,
+ libc6,
+ libnet-telnet-perl,
+ libregexp-common-perl,
+ libauthen-krb5-perl,
+ nagios-nrpe-plugins-local (= ${source:Version})
Description: Local nagios plugins
- Nagios plugins customized for use on michaelhowe.org hosts.
+ Nagios plugins for use on the michaelhowe.org nagios host.
+
+Package: nagios-plugins-local-client
+Architecture: any
+Depends: ${misc:Depends},
+ perl,
+ python,
+ gnutls-bin,
+ libnagios-plugin-perl,
+ libtimedate-perl,
+ liburi-perl
+Description: Local nagios plugins (NRPE hosts)
+ Nagios plugins customized for use on michaelhowe.org hosts, likely to need to
+ run on all hosts.
--- /dev/null
+/usr/lib/nagios/plugins/check_cert
+/usr/lib/nagios/plugins/check_configtool
+/usr/lib/nagios/plugins/check_md_raid
--- /dev/null
+/usr/lib/nagios/plugins/check_krb5
+/usr/lib/nagios/plugins/check_networkclients
+/usr/lib/nagios/plugins/check_ldaps_ip