Monitoring Runner
No credit card required
Monitoring Runner
No credit card required
The monitoring runner is a part of the Apify Monitoring Suite (apify/monitoring). See its readme for more information and how to use this.
Do you want to learn more about this Actor?
Get a demoYou can access the Monitoring Runner programmatically from your own applications by using the Apify API. You can 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:
Actor Metrics
35 monthly users
-
14 stars
97% runs succeeded
Created in Aug 2020
Modified 5 months ago