diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-17 13:56:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-17 13:56:55 +0100 |
| commit | d99cd375fcade0ec6afb3b3d3e96a39dce49760e (patch) | |
| tree | 9d69dc22307bdc490354970451de3f6401d5f75b /plugins/Makefile.am | |
| parent | 544a3a1328566eb395f80d233a4a3eaf3bacf306 (diff) | |
| parent | 37c543e2b20657a8f4c120ba6b52e8e605a417bb (diff) | |
| download | monitoring-plugins-d99cd375fcade0ec6afb3b3d3e96a39dce49760e.tar.gz | |
Merge pull request #2100 from RincewindsHat/remove/check_nwstat
Remove check_nwstat
Diffstat (limited to 'plugins/Makefile.am')
| -rw-r--r-- | plugins/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 30ca63d1..e2bed4c3 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
| @@ -27,7 +27,7 @@ MATHLIBS = @MATHLIBS@ | |||
| 27 | #AM_CFLAGS = -Wall | 27 | #AM_CFLAGS = -Wall |
| 28 | 28 | ||
| 29 | libexec_PROGRAMS = check_apt check_cluster check_disk check_dummy check_http check_load \ | 29 | libexec_PROGRAMS = check_apt check_cluster check_disk check_dummy check_http check_load \ |
| 30 | check_mrtg check_mrtgtraf check_ntp check_ntp_peer check_nwstat check_ping \ | 30 | check_mrtg check_mrtgtraf check_ntp check_ntp_peer check_ping \ |
| 31 | check_real check_smtp check_ssh check_tcp check_time check_ntp_time \ | 31 | check_real check_smtp check_ssh check_tcp check_time check_ntp_time \ |
| 32 | check_ups check_users negate \ | 32 | check_ups check_users negate \ |
| 33 | urlize @EXTRAS@ | 33 | urlize @EXTRAS@ |
| @@ -139,7 +139,6 @@ check_nagios_LDADD = $(BASEOBJS) | |||
| 139 | check_nt_LDADD = $(NETLIBS) | 139 | check_nt_LDADD = $(NETLIBS) |
| 140 | check_ntp_LDADD = $(NETLIBS) $(MATHLIBS) | 140 | check_ntp_LDADD = $(NETLIBS) $(MATHLIBS) |
| 141 | check_ntp_peer_LDADD = $(NETLIBS) $(MATHLIBS) | 141 | check_ntp_peer_LDADD = $(NETLIBS) $(MATHLIBS) |
| 142 | check_nwstat_LDADD = $(NETLIBS) | ||
| 143 | check_pgsql_LDADD = $(NETLIBS) $(PGLIBS) | 142 | check_pgsql_LDADD = $(NETLIBS) $(PGLIBS) |
| 144 | check_ping_LDADD = $(NETLIBS) | 143 | check_ping_LDADD = $(NETLIBS) |
| 145 | check_procs_LDADD = $(BASEOBJS) | 144 | check_procs_LDADD = $(BASEOBJS) |
