How to get list of network interfaces using nagios?
In nagios plugins there is a script called
 
Give your host address in
#nagios #network #network_usage
  In nagios plugins there is a script called
check_nwc_health that can be used to report network interfaces of a remote server. In     order to check interface usage of remote server network cards:cd /usr/lib/nagios/plugins
./check_nwc_health --mode interface-usage -H 172.17.131.12 -C YOUR_COMMUNITY_STRING
Give your host address in
-H section and your community string in -C param.#nagios #network #network_usage
