Update sar-perf origin (#8514)

This commit is contained in:
RincewindsHat 2021-10-01 17:41:23 +02:00 committed by GitHub
parent fd9f69b3a2
commit eb05418116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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):