summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTon Voon <tonvoon@nagiosplugins.opsera.com>2009-04-02 19:51:05 (GMT)
committerTon Voon <tonvoon@nagiosplugins.opsera.com>2009-04-02 19:51:05 (GMT)
commit2430b7a2456cac553be4b051d1e493327df4565a (patch)
tree7324fd50409225c560e7b88de8b6c8450928cc7a /Makefile
parent2780d48653f64cc974a66b872fe532e5c792b4a6 (diff)
downloadnagios-mib-master.tar.gz
NotifyType set to Gauge32, instead of Integer32, for host and service notifications (thanks to Dirk Fieldhouse)HEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b9abf2f..b07d0ec 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
1VERSION = 1.0.0 1VERSION = 1.0.1
2 2
3all: 3all:
4 smistrip -d MIB src-mib/nagios*.mib 4 smistrip -d MIB src-mib/nagios*.mib
@@ -7,6 +7,6 @@ test:
7 smilint -p ./MIB/NAGIOS-ROOT-MIB ./MIB/NAGIOS-NOTIFY-MIB 7 smilint -p ./MIB/NAGIOS-ROOT-MIB ./MIB/NAGIOS-NOTIFY-MIB
8 8
9tarball: 9tarball:
10 tar cvzf nagiosmib-${VERSION}.tar.gz ./MIB/*MIB 10 tar cvzf nagiosmib-${VERSION}.tar.gz README CHANGES LEGAL LICENSE ./MIB/*MIB
11 md5sum nagiosmib-${VERSION}.tar.gz > nagiosmib-${VERSION}.tar.gz.md5sum 11 md5sum nagiosmib-${VERSION}.tar.gz > nagiosmib-${VERSION}.tar.gz.md5sum
12 12