Documentation Index
Fetch the complete documentation index at: https://axiom-mano-support-improvements.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Edit monitors
To edit an existing monitor:- Click the Monitors tab.
- Click the monitor in the list that you want to edit.
- In the top right, click Edit monitor.
- Make changes to the monitor.
- Click Save.
Disable monitors
Disable a monitor to prevent it from running for a specific amount of time. To disable a monitor:- Click the Monitors tab.
- Click the monitor in the list that you want to disable.
- In the top right, click Disable monitor.
- Select the time period for which you want to disable the monitor.
- Click Disable monitor.
Enable monitors
To enable a monitor:- Click the Monitors tab.
- Click the monitor in the list that you want to enable.
- In the top right, click Enable monitor.
- Click Enable monitor.
Clone monitors
To clone a monitor:- Click the Monitors tab.
- Click the monitor in the list that you want to delete.
- In the top right, click More.
- Click Clone monitor.
Delete monitors
To delete a monitor:- Click the Monitors tab.
- Click the monitor in the list that you want to delete.
- In the top right, click More.
- Click Delete monitor.
Trigger after N consecutive failures
By default, a monitor triggers on the first check run that crosses the threshold or matches the condition. To reduce noise from transient spikes, you can require the condition to hold across multiple consecutive check runs before the monitor triggers. This setting is not available in the Axiom UI. Configure it using the REST API. SettriggerFromNRuns in the request body when creating or updating a monitor:
triggerFromNRuns set to 3, the monitor only triggers after three consecutive check runs where the condition is met. If any run does not meet the condition, the count resets. This is useful when you want to avoid alerting on brief, temporary anomalies.
triggerFromNRuns applies to threshold monitors and anomaly monitors. The minimum value is 1, which is the default behavior (trigger immediately).triggerFromNRuns field in the response.