Skip to content

Releases: Napsty/check_netio

1.7.0

02 Oct 12:32
ed8c5a1
Compare
Choose a tag to compare

This release adds a verification check on the network interface whether it is up. If not, the plugin will alert:

ck@bookworm:~$ ./check_netio.sh -i ens35
CHECK_NETIO CRITICAL - Interface ens35 is down

1.6.0

04 Sep 13:39
75b5c20
Compare
Choose a tag to compare

Introducing new parameter -r (short for regular expression) which awaits a comma-separated list of strings. These given strings will be matched against the tcp statistics (invoked with -t). This way the tcp statistics can be cut to only a few ones, deemed important by the user.
And this also helps to avoid NRPE cutting the performance data output, because the output becomes too large (fixes #11 ).

1.5.2

04 Sep 07:48
59ee3cb
Compare
Choose a tag to compare

Bugfix #9

1.5.1

13 Feb 12:40
5cc2aa7
Compare
Choose a tag to compare
Bugfix issue-6 (#7)

1.3

21 Dec 10:39
bd6bf33
Compare
Choose a tag to compare
1.3

Release 1.3 removed the dependency of the file /usr/lib/nagios/plugins/utils.sh which is part of either monitoring-plugins-common or nagios-plugins-common package.

1.2

21 Dec 10:22
Compare
Choose a tag to compare
1.2

Release 1.2 gets rid of the previously used method to launch ifconfig in the background. Instead the plugin parses /proc/net/dev directly. See also #1 .