diff options
| author | Ton Voon <tonvoon@nagiosplugins.opsera.com> | 2009-04-02 19:51:05 +0000 |
|---|---|---|
| committer | Ton Voon <tonvoon@nagiosplugins.opsera.com> | 2009-04-02 19:51:05 +0000 |
| commit | 2430b7a2456cac553be4b051d1e493327df4565a (patch) | |
| tree | 7324fd50409225c560e7b88de8b6c8450928cc7a /Makefile | |
| parent | 2780d48653f64cc974a66b872fe532e5c792b4a6 (diff) | |
| download | nagios-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | VERSION = 1.0.0 | 1 | VERSION = 1.0.1 |
| 2 | 2 | ||
| 3 | all: | 3 | all: |
| 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 | ||
| 9 | tarball: | 9 | tarball: |
| 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 | ||
