mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Remove check_nwstat
check_nwstat is a plugin which was used to determine the health of things on Novel machines. Since Novel is quite dead (even more so the product, this can be removed and this commit does just that to reduce ressource usage.
This commit is contained in:
parent
9f71e510af
commit
37c543e2b2
5 changed files with 1 additions and 1548 deletions
14
.github/monitoring-plugins.spec
vendored
14
.github/monitoring-plugins.spec
vendored
|
|
@ -191,7 +191,6 @@ Requires: %{name}-nt
|
|||
Requires: %{name}-ntp
|
||||
Requires: %{name}-ntp_peer
|
||||
Requires: %{name}-ntp_time
|
||||
Requires: %{name}-nwstat
|
||||
Requires: %{name}-oracle
|
||||
Requires: %{name}-pgsql
|
||||
Requires: %{name}-ping
|
||||
|
|
@ -702,19 +701,6 @@ Provides check_ntp_time of the Monitoring Plugins.
|
|||
|
||||
|
||||
|
||||
# check_nwstat
|
||||
%package nwstat
|
||||
Summary: Monitoring Plugins - check_nwstat
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description nwstat
|
||||
Provides check_nwstat of the Monitoring Plugins.
|
||||
|
||||
%files nwstat
|
||||
%{plugindir}/check_nwstat
|
||||
|
||||
|
||||
|
||||
# check_oracle
|
||||
%package oracle
|
||||
Summary: Monitoring Plugins - check_oracle
|
||||
|
|
|
|||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -177,7 +177,6 @@ NP-VERSION-FILE
|
|||
/plugins/check_ntp
|
||||
/plugins/check_ntp_peer
|
||||
/plugins/check_ntp_time
|
||||
/plugins/check_nwstat
|
||||
/plugins/check_pgsql
|
||||
/plugins/check_ping
|
||||
/plugins/check_pop
|
||||
|
|
|
|||
|
|
@ -87,10 +87,6 @@ check_ifstatus/check_ifoperstatus
|
|||
- Requires Net::SNMP perl module
|
||||
http://www.perl.com/CPAN/modules/by-authors/id/D/DT/DTOWN/
|
||||
|
||||
check_nwstat:
|
||||
- Requires MRTGEXT NLM for Novell Servers
|
||||
http://forge.novell.com/modules/xfmod/project/?mrtgext
|
||||
|
||||
check_nt:
|
||||
- Requires NSClient to run on the NT server to monitor
|
||||
http://nsclient.ready2run.nl/
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ MATHLIBS = @MATHLIBS@
|
|||
#AM_CFLAGS = -Wall
|
||||
|
||||
libexec_PROGRAMS = check_apt check_cluster check_disk check_dummy check_http check_load \
|
||||
check_mrtg check_mrtgtraf check_ntp check_ntp_peer check_nwstat check_ping \
|
||||
check_mrtg check_mrtgtraf check_ntp check_ntp_peer check_ping \
|
||||
check_real check_smtp check_ssh check_tcp check_time check_ntp_time \
|
||||
check_ups check_users negate \
|
||||
urlize @EXTRAS@
|
||||
|
|
@ -131,7 +131,6 @@ check_nagios_LDADD = $(BASEOBJS)
|
|||
check_nt_LDADD = $(NETLIBS)
|
||||
check_ntp_LDADD = $(NETLIBS) $(MATHLIBS)
|
||||
check_ntp_peer_LDADD = $(NETLIBS) $(MATHLIBS)
|
||||
check_nwstat_LDADD = $(NETLIBS)
|
||||
check_pgsql_LDADD = $(NETLIBS) $(PGLIBS)
|
||||
check_ping_LDADD = $(NETLIBS)
|
||||
check_procs_LDADD = $(BASEOBJS)
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue