Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_network
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Simple script to check if a network interface is up, down or on reduced speed.
Based on mii-tools, another version based on ethtool (rework of my script by ) is available here:
http://exchange.nagios.org/directory/Plugins/Uncategorized/Operating-Systems/Linux/check_network_link/details
This is a re-up to share the script on my account.
Based on mii-tools, another version based on ethtool (rework of my script by ) is available here:
http://exchange.nagios.org/directory/Plugins/Uncategorized/Operating-Systems/Linux/check_network_link/details
This is a re-up to share the script on my account.
Reviews (1)
bydamiencuvillier, December 14, 2021
This plugin is a good idea
For instance, it could be used to check vpn connexion status.
But it do not work on my side.
I got following issue if i use `check_network eth0` syntax
```
No interface specified
usage: /sbin/mii-tool [-VvRrwl] [-A media,... | -F media] [-p addr]
```
For instance, it could be used to check vpn connexion status.
But it do not work on my side.
I got following issue if i use `check_network eth0` syntax
```
No interface specified
usage: /sbin/mii-tool [-VvRrwl] [-A media,... | -F media] [-p addr]
```