diff options
author | Sven Nierlein <sven@nierlein.de> | 2018-06-13 20:23:07 +0200 |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2018-06-13 20:23:07 +0200 |
commit | ae7c16306c9562d98caa843a550687cd618e36af (patch) | |
tree | f3e03936fe9da125bead85b8efe58ac79cab6af9 /plugins-scripts | |
parent | cf157ef84502ed86b006fbb6289b7ec94e8f0eb3 (diff) | |
download | monitoring-plugins-ae7c16306c9562d98caa843a550687cd618e36af.tar.gz |
add check_uptime to makefile
Diffstat (limited to 'plugins-scripts')
-rw-r--r-- | plugins-scripts/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins-scripts/Makefile.am b/plugins-scripts/Makefile.am index ea65aed1..088a4459 100644 --- a/plugins-scripts/Makefile.am +++ b/plugins-scripts/Makefile.am @@ -16,11 +16,13 @@ VPATH=$(top_srcdir) $(top_srcdir)/plugins-scripts $(top_srcdir)/plugins-scripts/ libexec_SCRIPTS = check_breeze check_disk_smb check_flexlm check_ircd \ check_log check_oracle check_rpc check_sensors check_wave \ check_ifstatus check_ifoperstatus check_mailq check_file_age \ + check_uptime \ utils.sh utils.pm EXTRA_DIST=check_breeze.pl check_disk_smb.pl check_flexlm.pl check_ircd.pl \ check_log.sh check_oracle.sh check_rpc.pl check_sensors.sh \ check_ifstatus.pl check_ifoperstatus.pl check_wave.pl check_mailq.pl check_file_age.pl \ + check_uptime.pl \ utils.sh.in utils.pm.in t EDIT = sed \ |