From 4313bfbbddce88e5cfa3965e711f7e181dbc1d52 Mon Sep 17 00:00:00 2001 From: intrigeri <intrigeri@boum.org> Date: Sat, 29 Dec 2018 14:46:14 +0000 Subject: [PATCH] Update link. --- .../working_together/roles/sysadmins/adding_icinga2_checks.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/src/contribute/working_together/roles/sysadmins/adding_icinga2_checks.mdwn b/wiki/src/contribute/working_together/roles/sysadmins/adding_icinga2_checks.mdwn index ac503e06850..e83c6ea3595 100644 --- a/wiki/src/contribute/working_together/roles/sysadmins/adding_icinga2_checks.mdwn +++ b/wiki/src/contribute/working_together/roles/sysadmins/adding_icinga2_checks.mdwn @@ -17,7 +17,7 @@ First, see the Icinga2 *plugins* are scripts or software executed by Icinga2 to retrieve services data. Icinga2 natively ships a bunch of them. Have a look [at the -documentation](http://docs.icinga.org/icinga2/latest/doc/module/icinga2/chapter/plugin-check-commands) +documentation](https://icinga.com/docs/icinga2/latest/doc/10-icinga-template-library/#plugin-check-commands) if one fits our needs. If not, you'll have to install your custom plugin. Example: the `tails::monitoring::plugin::check_torbrowser_archive` class in [[!tails_gitweb_repo puppet-tails]]. -- GitLab