diff --git a/Documentation/Tutorials/Nagios-Plugins.md b/Documentation/Tutorials/Nagios-Plugins.md index 1bd44758b..80b935db6 100644 --- a/Documentation/Tutorials/Nagios-Plugins.md +++ b/Documentation/Tutorials/Nagios-Plugins.md @@ -27,6 +27,8 @@ Nagios core executes a plugin whenever there is a need to check the status of a 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. +[How Nagios and MaxScale interact](Nagios_and_Maxscale.png) + There are three nagios plugin scripts that MaxScale provides. check_maxscale_threads.pl: This command provides you the status of current running threads and events in the queue on MaxScale Server. The Performance data associated with this command current and historic wait time for threads and events check_maxscale_resources.pl: This command provides you status of various resources on MaxScale server. The Performance data associated provides details on respective resources. diff --git a/Documentation/Tutorials/Nagios_and_MaxScale.png b/Documentation/Tutorials/Nagios_and_MaxScale.png new file mode 100644 index 000000000..47bf2eef6 Binary files /dev/null and b/Documentation/Tutorials/Nagios_and_MaxScale.png differ