diff options
-rw-r--r-- | web/input/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/input/index.md b/web/input/index.md index eb1773d..93e7286 100644 --- a/web/input/index.md +++ b/web/input/index.md | |||
@@ -17,7 +17,7 @@ various network protocols (such as [ICMP][icmp], [SNMP][snmp], or | |||
17 | [HTTP][http]) to perform remote checks. This allows for monitoring a large | 17 | [HTTP][http]) to perform remote checks. This allows for monitoring a large |
18 | number of common host and service types. For more specific needs, thousands | 18 | number of common host and service types. For more specific needs, thousands |
19 | of community-contributed plugins can be found on sites such as [Nagios | 19 | of community-contributed plugins can be found on sites such as [Nagios |
20 | Exchange][nagex] or [Monitoring Exchange][monex]. | 20 | Exchange][nagex] or [Icinga Exchange][icnex]. |
21 | 21 | ||
22 | In addition to the core plugins bundle, we maintain a [Perl module][module] | 22 | In addition to the core plugins bundle, we maintain a [Perl module][module] |
23 | that makes it [easy][perl-plugins] to write your own plugin. We also take | 23 | that makes it [easy][perl-plugins] to write your own plugin. We also take |
@@ -45,7 +45,7 @@ You can get the latest releases from the [download page][download]. | |||
45 | [snmp]: doc/man/check_snmp.html "check_snmp" | 45 | [snmp]: doc/man/check_snmp.html "check_snmp" |
46 | [http]: doc/man/check_http.html "check_http" | 46 | [http]: doc/man/check_http.html "check_http" |
47 | [nagex]: http://exchange.nagios.org/directory/Plugins "Plugins on Nagios Exchange" | 47 | [nagex]: http://exchange.nagios.org/directory/Plugins "Plugins on Nagios Exchange" |
48 | [monex]: https://www.monitoringexchange.org/inventory/Check-Plugins "Plugins on Monitoring Exchange" | 48 | [icnex]: https://exchange.icinga.org/dig/Plugins "Plugins on Icinga Exchange" |
49 | [module]: http://search.cpan.org/dist/Monitoring-Plugin/ "Monitoring::Plugin Module" | 49 | [module]: http://search.cpan.org/dist/Monitoring-Plugin/ "Monitoring::Plugin Module" |
50 | [guidelines]: doc/guidelines.html "Monitoring Plugin Development Guidelines" | 50 | [guidelines]: doc/guidelines.html "Monitoring Plugin Development Guidelines" |
51 | [perl-plugins]: doc/writing-perl-plugins.html "Monitoring::Plugin Presentation" | 51 | [perl-plugins]: doc/writing-perl-plugins.html "Monitoring::Plugin Presentation" |