diff --git a/add-ons/monitoring/advanced-uptime-monitor-extension.mdx b/add-ons/monitoring/advanced-uptime-monitor-extension.mdx index 9327588..71e97d6 100644 --- a/add-ons/monitoring/advanced-uptime-monitor-extension.mdx +++ b/add-ons/monitoring/advanced-uptime-monitor-extension.mdx @@ -1,6 +1,6 @@ --- title: Advanced Uptime Monitor -sidebarTitle: "Uptime Monitor" +sidebarTitle: "Advanced Uptime Monitor" description: >- This Advanced Uptime Monitor for WordPress is a free MainWP extension that extends your ability to monitor the uptime of all your connected Child Sites diff --git a/add-ons/monitoring/mainwp-domain-monitor-extension.mdx b/add-ons/monitoring/mainwp-domain-monitor-extension.mdx index b752ac6..2a05131 100644 --- a/add-ons/monitoring/mainwp-domain-monitor-extension.mdx +++ b/add-ons/monitoring/mainwp-domain-monitor-extension.mdx @@ -24,7 +24,7 @@ addonType: extension data-pricing-tier="pro" data-bundle="MainWP Pro" data-addon-type="extension" - data-version="5.0" + data-version="5.1.5" data-developer="MainWP" data-changelog-url="https://mainwp.com/changelog/mainwp-domain-monitor-extension/" data-owned-by="Jestart LLC" @@ -45,20 +45,25 @@ addonType: extension allowFullScreen > -**Domain lookup may fail or return incomplete data for some TLDs due to restrictions or a lack of available information from the RDAP. MainWP will give its best to keep the list of supported TLDs up to date for the best extension performance.** +**Domain lookup may fail or return incomplete data for some TLDs due to restrictions or a lack of available information from RDAP or WHOIS services.** -### List of supported TLDs: +### TLD lookup support -AC, AERO, AF, AG, AR, AS, BI, BIZ, BJ, CA, CAT, CC, CD, CI, CLOUD, CO, COM, CR, CZ, DM, FO, FR, GD, GE, GL, GS, GY, HN, HR, HT, IE, INFO, JOBS, LA, LY, MA, ME, MG, MN, MS, MUSEUM, NAME, NET, NETWORK, NF, NG, ONLINE, ORG, PM, PR, PRO, PW, RE, SB, SC, SE, SH, SO, STUDIO, SX, TEL, TL, TRAVEL, TV, UK, US, UZ, VC, WF, XXX, YT, SHOP, CLUB, ME, GURU, PHOTOGRAPHY, EQUIPMENT, APP, AGENCY, DEV, IO, LIVE, WORLD, VIP, LIFE, DESIGN +Domain Monitor attempts lookups through RDAP first. If RDAP does not return usable domain data, the extension falls back to its built-in WHOIS server map for TLDs with a configured WHOIS server. -If your domain is **not on the list** of supported TLDs, you can enter information for it manually as described **[below](/add-ons/monitoring/mainwp-domain-monitor-extension#manual-entry)**. +For current TLD lookup references, use these maintained external sources: + +- [IANA RDAP DNS bootstrap data](https://data.iana.org/rdap/dns.json) - Current RDAP service coverage by TLD. +- [IANA Root Zone Database](https://www.iana.org/domains/root/db) - Current TLD registry records, including WHOIS server details where available. + +If the extension cannot retrieve your domain information automatically, you can enter it manually as described **[below](/add-ons/monitoring/mainwp-domain-monitor-extension#manual-entry)**. ## Install and Set Domain Monitor Extension - + ![Click the Install Add-ons button](/images/add-ons/2833252556cc.png) @@ -81,7 +86,7 @@ Once the installation process is complete, click the **Activate Add-ons** button ## Check Domains - + ![Locate the Check All Sites Domains button](/images/add-ons/4bff4539063a.png) @@ -92,23 +97,23 @@ Once the installation process is complete, click the **Activate Add-ons** button -Alternatively,  you can use the **Bulk Actions** menu to check only certain sites, or if needed use the **Check Domain** action from the site **Action Menu** to audit just one site. +Alternatively, you can use the **Bulk actions** menu to check selected sites, or use the **Check Domain** action from the site **Actions** menu to audit just one site. ## Enter Domain Info Manually If your domain is not on the list of supported TLDs, you can add information manually by following the steps below. ![Screenshot showing Manual Domain information entry toggle in settings](/images/add-ons/domain-monitor-widget.png) - + - + - + Toggle on the **Manual Domain information entry** option and click **Save Settings** - + @@ -118,10 +123,12 @@ Toggle on the **Manual Domain information entry** option and click **Save Settin ## See Domain Info - + - -Locate the site/domain you want to check in the list and click use the **Domain Info** action from the **Actions Menu ![Screenshot of Domain Info action in site Actions Menu](/images/add-ons/domain-monitor-overview.png)** + +Locate the site/domain you want to check in the list and use the **Domain Info** action from the **Actions** menu. + +![Screenshot of Domain Info action in site Actions menu](/images/add-ons/domain-monitor-overview.png) @@ -131,14 +138,14 @@ Locate the site/domain you want to check in the list and click use the **Domain ## Schedule Automated Checks - + - + - -Locate the **Automated check frequency** option and set how often you want to check your sites. + +Choose **Once a Day**, **Once a Week**, **Twice a Month**, or **Once Monthly**. - + @@ -153,21 +160,41 @@ Locate the **Automated check frequency** option and set how often you want to ch ## Check Sites via WP CLI -Scan one or multiple sites: +Check one or more sites: +```bash wp mainwp-domain-monitor check 129 +wp mainwp-domain-monitor check 129,130 +``` -or all +Check all sites: +```bash wp mainwp-domain-monitor check --all +``` + +View saved domain profiles for one or more sites: + +```bash +wp mainwp-domain-monitor results 129 +wp mainwp-domain-monitor results 129,130 +wp mainwp-domain-monitor results --all +``` ## Domain Monitor REST API -All MainWP REST API calls, including full documentation, and examples, are now publicly available on [Postman](https://www.postman.com/mainwp/workspace/mainwp/overview). Please refer to our [REST API documentation](/api-reference/rest-api/overview) for more details on enabling REST API and managing API keys. +MainWP REST API calls, including Domain Monitor endpoints, full documentation, and examples, are available in the [MainWP Postman workspace](https://www.postman.com/mainwp/workspace/mainwp/overview). Refer to our [REST API documentation](/api-reference/rest-api/overview) for more details on enabling REST API and managing API keys. ## Available Reports Tokens -**\[domain.monitor.domain.name\]** - Displays the domain name **\[domain.monitor.registrar\]** - Displays the domain registrar **\[domain.monitor.updated.date\]** - Displays the domain updated date **\[domain.monitor.creation.date\]** - Displays the domain creation date **\[domain.monitor.expiry.date\]** - Displays the domain expiry date **\[domain.monitor.expires\]** - Displays the number of days left before the domain expires **\[domain.monitor.status\]** - Displays the domain status **\[domain.monitor.last.check\]** - Displays the last check time stamp +- `[domain.monitor.domain.name]` - Displays the domain name. +- `[domain.monitor.registrar]` - Displays the domain registrar. +- `[domain.monitor.updated.date]` - Displays the domain updated date. +- `[domain.monitor.creation.date]` - Displays the domain creation date. +- `[domain.monitor.expiry.date]` - Displays the domain expiry date. +- `[domain.monitor.expires]` - Displays the number of days left before the domain expires. +- `[domain.monitor.status]` - Displays the domain status. +- `[domain.monitor.last.check]` - Displays the last check timestamp. ---