File tree Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -8,20 +8,29 @@ This plugin uses the bulk-get mode of SNMPv2 by default - pass it the option -m
8
8
9
9
### Installation
10
10
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.
13
13
14
- Download and extract the tarball from https://www.netways.org/projects/check-interfaces/files
14
+ Example for Debian:
15
15
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
+ ```
18
26
19
27
Running "make" should successfully compile the plugin, and "make install" will install them under
20
28
the configured path.
21
29
22
- make
23
- make install
24
-
30
+ ```
31
+ make
32
+ make install
33
+ ```
25
34
26
35
### Usage
27
36
You can’t perform that action at this time.
0 commit comments