Skip to content

Commit e89a812

Browse files
author
Michael Friedrich
committed
Update README
1 parent d5046da commit e89a812

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

README.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,29 @@ This plugin uses the bulk-get mode of SNMPv2 by default - pass it the option -m
88

99
### Installation
1010

11-
In order to compile this plugin you will need the `NET SNMP Development` package
12-
(libsnmp-dev under Debian) as well as `autoconf` and the standard compilation tools.
11+
In order to compile this plugin you need the `NET SNMP Development` package
12+
(`libsnmp-dev` for Debian) as well as `autoconf` and the standard compilation tools.
1313

14-
Download and extract the tarball from https://www.netways.org/projects/check-interfaces/files
14+
Example for Debian:
1515

16-
autoconf (only needed if the configure script has not been created)
17-
./configure
16+
```
17+
apt-get update
18+
apt-get -y install git build-essential libsnmp-dev
19+
```
20+
21+
Download and extract the tarball from https://github.com/NETWAYS/check_interfaces/releases
22+
23+
```
24+
./configure --libexecdir=/usr/lib/nagios/plugins
25+
```
1826

1927
Running "make" should successfully compile the plugin, and "make install" will install them under
2028
the configured path.
2129

22-
make
23-
make install
24-
30+
```
31+
make
32+
make install
33+
```
2534

2635
### Usage
2736

0 commit comments

Comments
 (0)