How to disable auto-discovery of new docker containers in bulk
You can disable auto-discovery of new docker containers in bulk in one of two ways:
- Using Bulk Action
- Setting up Configuration Rules
Using Bulk Action
Log in to your Site24x7 account and go to Admin > Inventory > Bulk Action.
Under the Server Monitor section, click Auto Discover Containers.
Select the monitors for which you want to disable auto-discovery. Click Filter Monitors.
Toggle to No for the Auto Discover Containers option.
Click Save to save your changes.
By setting up Configuration Rules
Log in to your Site24x7 account and go to Admin > Inventory > Configuration Rules.
Either click the + icon next to Configuration Rules, or click Add Rule at the top right corner of the page.
Enter a preferred Display Name and Description in their respective fields.
In the Criteria field, select Docker.
In the Actions field, select Auto-Discover Docker Containers from the first drop-down menu, and from the second drop-down menu, select False.
Click Save.
This can also be accomplished for a single docker monitor.
Learn more.
Related Articles
Licensing for Docker (old)
This article contains the licensing model for the customers who signed up before August 2024. Check out this article for more information on the new licensing pattern. Note that the new licensing model applies to users who signed up after August ...
How to enable or disable anomaly alerts
Understanding alerts In Site24x7, there are two different types of alerts in anomaly detection: Status change alert: Triggered when there is a change in the monitor status, such as Trouble, Critical, or Down. Anomaly alert: Triggered when irregular ...
Steps to partially update monitor settings in bulk using API
Monitor details like notification profiles, threshold and availability can be changed/updated in bulk using API without affecting the existing configuration settings. Use Case: A user wants to change only the notification profile of a monitor without ...
Breakdown of the bulk action codes in the audit logs
Use the below codes to read and understand the bulk actions in the audit logs: Bulk Action Codes Threshold Profile 0 Location Profile 1 Notification Profile 2 User Alert Groups 3 Check Frequency 4 IT Automation 5 Activate Monitor 6 Suspend Monitor 7 ...
How do I monitor an Oracle database hosted in a Docker container in the same machine?
To monitor your Oracle Database hosted in a Docker container, follow these steps: Log in to Site24x7 and install the Site24x7 Linux monitoring agent. Execute the following command in your terminal and enter your Oracle Database instance's username ...