We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30916b6 commit b9362bdCopy full SHA for b9362bd
README.md
@@ -18,12 +18,21 @@ apt-get update
18
apt-get -y install git build-essential libsnmp-dev
19
```
20
21
+
22
Download and extract the tarball from https://github.com/NETWAYS/check_interfaces/releases
23
24
25
./configure --libexecdir=/usr/lib/nagios/plugins
26
27
28
+or clone this repository and regenerate the autoconf scripts
29
30
+```
31
+autoreconf
32
+./configure --libexecdir=/usr/lib/nagios/plugins
33
34
35
36
Running "make" should successfully compile the plugin, and "make install" will install them under
37
the configured path.
38
0 commit comments