Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For editing a monitor, click on the Edit Monitor icon beside the monitor in Monitors page.

...

Common functions required across multiple Monitors can be put into generic functions. The generic functions shipped with SQL DM for MySQL cannot be edited. Only the user added generic functions will be editable. For example, the function ' StorageUnits ' defined in generic functions takes a numeric value as a parameter and returns a string which is the value specified in terms of K(ilo), M(ega), B(ytes), etc. To add a generic function click on the icon adjacent to the title.

...

SQL DM for MySQL allows user to disable notification for a monitor for a particular server. When notification is enabled for a monitor it generates alerts for all the servers whose values are alertable which may include servers that are not of interest for that monitor. Hence, receiving unwanted alerts is completely irritable. Now, you can avoid notification for a particular server or group of servers by using the below API.
The API action will be is to disableNotification and enableNotification.

...

Code Block
themeConfluence
$ Curl 
"http://192.168.1.1:5555/?_object=MONyogAPI&_action=enableNotification&_groupid=5&_counterid=10&_server=Staging-DB"

Note: You  You can check the Group ID and Counter ID of a monitor by hovering over the name of the monitor on the monitors page.

...