mirror of https://github.com/Icinga/icinga2.git
Update sar-perf origin (#8514)
This commit is contained in:
parent
fd9f69b3a2
commit
eb05418116
|
@ -898,7 +898,7 @@ Instead, choose a plugin and configure its parameters and thresholds. The follow
|
||||||
* [running_kernel](10-icinga-template-library.md#plugin-contrib-command-running_kernel)
|
* [running_kernel](10-icinga-template-library.md#plugin-contrib-command-running_kernel)
|
||||||
* package management: [apt](10-icinga-template-library.md#plugin-check-command-apt), [yum](10-icinga-template-library.md#plugin-contrib-command-yum), etc.
|
* package management: [apt](10-icinga-template-library.md#plugin-check-command-apt), [yum](10-icinga-template-library.md#plugin-contrib-command-yum), etc.
|
||||||
* [ssh](10-icinga-template-library.md#plugin-check-command-ssh)
|
* [ssh](10-icinga-template-library.md#plugin-check-command-ssh)
|
||||||
* performance: [iostat](10-icinga-template-library.md#plugin-contrib-command-iostat), [check_sar_perf](https://github.com/dnsmichi/icinga-plugins/blob/master/scripts/check_sar_perf.py)
|
* performance: [iostat](10-icinga-template-library.md#plugin-contrib-command-iostat), [check_sar_perf](https://github.com/NETWAYS/check-sar-perf)
|
||||||
|
|
||||||
### Windows Monitoring <a id="service-monitoring-windows"></a>
|
### Windows Monitoring <a id="service-monitoring-windows"></a>
|
||||||
|
|
||||||
|
|
|
@ -3490,7 +3490,7 @@ mem_critical | **Required.** Specify the critical threshold as number interprete
|
||||||
|
|
||||||
#### sar-perf <a id="plugin-contrib-command-sar-perf"></a>
|
#### sar-perf <a id="plugin-contrib-command-sar-perf"></a>
|
||||||
|
|
||||||
The [check_sar_perf.py](https://github.com/dnsmichi/check-sar-perf)
|
The [check_sar_perf.py](https://github.com/NETWAYS/check-sar-perf)
|
||||||
plugin collects performance metrics from Linux hosts using the `sar` binary available in the `sysstat` package.
|
plugin collects performance metrics from Linux hosts using the `sar` binary available in the `sysstat` package.
|
||||||
|
|
||||||
Custom variables passed as [command parameters](03-monitoring-basics.md#command-passing-parameters):
|
Custom variables passed as [command parameters](03-monitoring-basics.md#command-passing-parameters):
|
||||||
|
|
Loading…
Reference in New Issue