netinfo plugin
This plugin provides meta information about a network interface.
Functions
| netinfo::exists(device) | determine existence of network device |
| netinfo::hwaddr(device) | get hardware address (usually MAC address) |
| netinfo::ipaddr(device) | get IP address |
| netinfo::netmask(device) | get netmask |
| netinfo::bcaddr(device) | get broadcast address |
'device' is a valid network device name, e.g. 'eth0' (do a 'cat /proc/net/dev' for valid names on your system)
Example
todo
