diff --git a/Documentation/Tutorials/Nagios-Plugins.md b/Documentation/Tutorials/Nagios-Plugins.md index f948d0679..1cfc9f748 100644 --- a/Documentation/Tutorials/Nagios-Plugins.md +++ b/Documentation/Tutorials/Nagios-Plugins.md @@ -26,7 +26,7 @@ Nagios plugins are compiled executables or scripts (Perl scripts, shell scripts, Nagios core executes a plugin whenever there is a need to check the status of a service or host. While MaxScale resources and status can be monitored via CLI using maxadmin commands, Nagios Plugin provides an automated way for system administration and database administrators to monitor MaxScale. The diagram below provides view of how Nagios and MaxScale interact. -![Nagios and MaxScale interaction](Nagios_and_MaxScale.png) +![Nagios and MaxScale interaction](images/Nagios_and_MaxScale.png) There are three nagios plugin scripts that MaxScale provides. diff --git a/Documentation/Tutorials/Nagios_and_MaxScale.png b/Documentation/Tutorials/images/Nagios_and_MaxScale.png similarity index 100% rename from Documentation/Tutorials/Nagios_and_MaxScale.png rename to Documentation/Tutorials/images/Nagios_and_MaxScale.png