NotifyType set to Gauge32, instead of Integer32, for host and service notifications...
[nagiosmib.git] / Makefile
blobb07d0ec97b92b8561970ae192df3a94e43f2d1ac
1 VERSION = 1.0.1
3 all:
4 smistrip -d MIB src-mib/nagios*.mib
6 test:
7 smilint -p ./MIB/NAGIOS-ROOT-MIB ./MIB/NAGIOS-NOTIFY-MIB
9 tarball:
10 tar cvzf nagiosmib-${VERSION}.tar.gz README CHANGES LEGAL LICENSE ./MIB/*MIB
11 md5sum nagiosmib-${VERSION}.tar.gz > nagiosmib-${VERSION}.tar.gz.md5sum