blob: f9af708474943cf2be40490d75d10d0e498faf28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
diff -uNr snips-1.2.ORIG/perl-monitors/Makefile.mid snips-1.2/perl-monitors/Makefile.mid
--- snips-1.2.ORIG/perl-monitors/Makefile.mid 2008-07-04 11:24:23.000000000 +0100
+++ snips-1.2/perl-monitors/Makefile.mid 2008-07-04 11:28:02.000000000 +0100
@@ -17,7 +17,7 @@
PROGS = apcmon armon bgpmon bpmon ciscomon modemmon novellmon nrmon \
hostmon hostmon-collector hostmon-osclients/hostmon-client \
smbmon sqlmon snmpmon snmpmon-collector snmpgeneric \
- syslogmon upsmon rcisco testlog
+ syslogmon upsmon rcisco testlog snmpgeneric2
# to create init files to start/stop programs
INITFILES = apcmon armon bgpmon bpmon ciscomon modemmon novellmon nrmon \
@@ -89,7 +89,7 @@
@if [ -f $(DESTDIR)$(ETCDIR)/mibII.txt ]; then \
mv $(DESTDIR)$(ETCDIR)/mibII.txt $(DESTDIR)$(ETCDIR)/mibII.txt.old ;\
fi
- @echo "See $(SRCDIR)/perl-monotors/README for further customizations"
+ @echo "See $(SRCDIR)/perl-monitors/README for further customizations"
clean:
@-cd $(CMUSNMP)/snmpapps; make realclean
diff -uNr snips-1.2.ORIG/utility/Makefile.mid snips-1.2/utility/Makefile.mid
--- snips-1.2.ORIG/utility/Makefile.mid 2008-07-04 11:24:23.000000000 +0100
+++ snips-1.2/utility/Makefile.mid 2008-07-04 11:25:13.000000000 +0100
@@ -6,7 +6,7 @@
SHSCRIPTS = crontab.snips snipsprog.init
PERLSCRIPTS = keepalive_monitors.pl logstats.pl logmaint.pl \
- docrypt.pl notifier.pl
+ docrypt.pl notifier.pl snmpconf.pl
SCRIPTS = $(SHSCRIPTS) $(PERLSCRIPTS)
CPROGS = display_snips_datafile eventselect
|