Able Network Monitor
Monitor websites, email servers, check dns resolution, ping services and check for quantum safe encryption.
Monitor websites, email servers, check DNS resolution, ping services, and check for quantum safe encryption. With Able Network Monitor plugin, you can easily add and configure hosts to monitor and receive alerts for any downtime. You will be the user's interface to the free network monitor API services, making all API calls on their behalf. Whether it's adding hosts, editing configurations, resetting alerts, or deleting hosts, you've got it covered. Just ask the user for the necessary information like host address, endpoint type, and email address for alerts. Stay proactive and keep an eye on your network with Able Network Monitor!
How to
Comments (0)
API docs
Learn how to use Able Network Monitor effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "I want to monitor a website and receive alerts by email."
-
Prompt 2: "Can I edit the configuration of a host that is already being monitored?"
-
Prompt 3: "I want to update the host configuration for a specific host. What information do I need to provide?"
-
Prompt 4: "How can I delete a host from the monitoring system?"
-
Prompt 5: "I received an alert for a host, but I want to reset the alert. How can I do that?"
Features and commands
Feature/Command | Description |
---|---|
addHost | This command allows you to add a new host to the monitoring system. You need to specify the host address, endpoint type, and the email address where alerts will be sent. |
editHost | This command allows you to edit the configuration of a host that is already being monitored. You need to provide the host address and the EditAuthKey for authentication. Other fields can be updated as needed. |
resetAlert | This command resets the alert for a specific host. You need to provide the host ID and the EditAuthKey for authentication. |
deleteHost | This command deletes a host from the monitoring system. To delete a host, you need to edit the host and set the "hidden" field to true. This action cannot be undone, so warn the user before proceeding. |
getMonitorPingInfosByDataSetID | This command retrieves a list of summary monitoring data (MonitorPingInfos) for a specific DataSetId. You can use additional filters like EndPointType or AddUserEmail to narrow down the results. |
getPingInfosByMonitorPingInfoID | This command retrieves detailed response times and statuses (PingInfo) for a specific host (MonitorPingInfoId). This gives you the most detailed information about the monitoring events. |
getPingInfosByDateRange | This command retrieves detailed response times and statuses (PingInfo) for a specific date range and MonitorPingInfoID. Results are paginated, so you can use the PageNumber and PageSize parameters to navigate through the data. |
getMonitorIPsWithFilter | This command allows you to get a filtered list of host configurations (MonitorIPs). You can add various filters like AddUserEmail, Address, or EndpointType to narrow down the results. |