Skip to content

Commit

Permalink
Update check_network in docs and itl
Browse files Browse the repository at this point in the history
fixes #12155
  • Loading branch information
Crunsher committed Sep 28, 2016
1 parent 8c35c82 commit 6c565d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc/10-icinga-template-library.md
Expand Up @@ -1452,13 +1452,14 @@ Collects the total Bytes inbount and outbound for all interfaces in one second,

Custom attributes:

Name | Description
:------------------|:------------
network\_win\_warn | **Optional**. The warning threshold.
network\_win\_crit | **Optional**. The critical threshold.
Name | Description
:-------------------|:------------
network\_win\_warn | **Optional**. The warning threshold.
network\_win\_crit | **Optional**. The critical threshold.
network\_no\_iastap | **Optional**. Do not print iastap interfaces.


### <a id="windows-plugins-permon-windows"></a> perfmon-windows
### <a id="windows-plugins-perfmon-windows"></a> perfmon-windows

Check command object for the `check_perfmon.exe` plugin.
This plugins allows to collect data from a Performance Counter. After the first data collection a second one is done after `perfmon_win_wait` milliseconds. When you know `perfmon_win_counter` only requires one set of data to provide valid data you can set `perfmon_win_wait` to `0`.
Expand Down
4 changes: 4 additions & 0 deletions itl/command-plugins-windows.conf
Expand Up @@ -96,6 +96,10 @@ object CheckCommand "network-windows" {
value = "$network_win_crit$"
description = "Critical threshold"
}
"-n" = {
set_if = "$network_no_iastap$"
description = "Don't show isatap interfaces in output"
}
}
}

Expand Down

0 comments on commit 6c565d1

Please sign in to comment.