Monitoring Runner avatar
Monitoring Runner

Pricing

Pay per usage

Go to Store
Monitoring Runner

Monitoring Runner

apify/monitoring-runner

Developed by

Apify

Maintained by Apify

The monitoring runner is a part of the Apify Monitoring Suite (apify/monitoring). See its readme for more information and how to use this.

4.5 (2)

Pricing

Pay per usage

16

Monthly users

37

Runs succeeded

98%

Last modified

9 months ago

You can access the Monitoring Runner programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "limit": 1000,
3  "checkersInput": {
4    "RESOURCE_STATS_CHECKER": {},
5    "DEDUPLICATION_CHECKER": {
6      "uniqueKey": "email"
7    },
8    "SCHEMA_VALIDATOR_CHECKER": {
9      "options": [
10        {
11          "resourceList": [
12            "id",
13            "id"
14          ],
15          "resourceRegex": "",
16          "minItemCount": 100,
17          "maxItemCount": 5000,
18          "validationSchema": "{ address: String, open: Boolean }"
19        }
20      ]
21    }
22  },
23  "reportersInput": {
24    "EMAIL_REPORTER": {
25      "sendMailInput": {
26        "to": "info@apify.com",
27        "subject": "My monitoring task report"
28      }
29    },
30    "SLACK_REPORTER": {
31      "slackInput": {
32        "token": "Your token",
33        "message": "Hey, look what I have done!",
34        "channel": "#monitoring"
35      }
36    },
37    "DASHBOARD_REPORTER": {
38      "notifyOnUpdate": true
39    }
40  }
41}' |
42apify call apify/monitoring-runner --silent --output-dataset

Monitoring Runner API through CLI

The Apify CLI is the official tool that allows you to use Monitoring Runner locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Pricing

Pricing model

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.