Merge pull request #2100 from RincewindsHat/remove/check_nwstat

Remove check_nwstat
This commit is contained in:
Lorenz Kästle 2025-03-17 13:56:55 +01:00 committed by GitHub
commit d99cd375fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 1 additions and 1548 deletions

View file

@ -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
View file

@ -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

View file

@ -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/

View file

@ -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@
@ -139,7 +139,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