summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* net_if: use Nagios::Plugin for outputHEADmasterAlexander Sulfrian2013-01-141-26/+8
|
* allways print performance data (even on WARNING or CRITICAL)Alexander Sulfrian2013-01-111-11/+43
|
* capture all interfaces (not only up interfaces)Alexander Sulfrian2013-01-111-13/+9
| | | | | | | To support nagiosgrapher each time the performance data for all interfaces should be emited (even if they are down). So capture all existing interfaces that are specified on the command line or that are part of an interface group.
* add some more commentsAlexander Sulfrian2013-01-111-4/+18
|
* add security output at end of scriptAlexander Sulfrian2013-01-101-0/+1
|
* add some commentsAlexander Sulfrian2013-01-101-0/+11
|
* style changesAlexander Sulfrian2013-01-101-9/+8
|
* add attribute specs to subsAlexander Sulfrian2013-01-101-3/+3
|
* replace ok, warning, critical subs with generic msg subAlexander Sulfrian2013-01-101-17/+22
|
* add semicolon for easier parsing with nagiosgrapherAlexander Sulfrian2013-01-101-1/+1
|
* remove unintended second spaceAlexander Sulfrian2013-01-101-1/+1
|
* enable autodetection of interfaces in groupsAlexander Sulfrian2013-01-101-4/+4
| | | | | | | If the given interface on the command line is a group, all interfaces in this group (that are up) are monitored. While you are using this mechanism, you will never any warnings of down interfaces unless you explicit specify the interface on the command line.
* print nagios compatible status message and performance dataAlexander Sulfrian2013-01-101-3/+17
|
* regex should be match the start of the lineAlexander Sulfrian2013-01-101-1/+1
|
* inital commitAlexander Sulfrian2013-01-101-0/+102