Monitoring avatar

Monitoring

Try for free

No credit card required

View all Actors
Monitoring

Monitoring

apify/monitoring
Try for free

No credit card required

This actor monitors your actors' statuses, validates their datasets' data, and displays useful information in an interactive dashboard. And if something happens, you'll get notified via email or Slack.

Do you want to learn more about this Actor?

Get a demo

You can access the Monitoring 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  "dashboardStatisticsFrequency": "Every day at noon",
3  "validationCheckOptions": "/* global ow */\\n// The `ow` variable represents the ow validation variable. More at https://sindresorhus.com/ow/index.html\\n [\\n    {\\n        filter: \\"us\\", // matches all targets with \\"us\\" pattern\\n        minItemCount: 5000,\\n        schema: {\\n            url: ow.string.url,\\n            description: ow.string,\\n        },\\n    },\\n    {\\n        Ids: [\\"A1b2C3d4\\", \\"B1A2d45\\"], // matches 2 targets with specific IDs\\n        schema: {\\n            itemId: ow.number,\\n            region: ow.string,\\n        },\\n    },\\n]",
4  "validationCheckFrequency": "Per run",
5  "duplicationCheckFrequency": "Per run"
6}' |
7apify call apify/monitoring --silent --output-dataset

Monitoring API through CLI

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

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Apify
Actor metrics
  • 3 monthly users
  • 13 stars
  • 75.0% runs succeeded
  • Created in Jul 2020
  • Modified 3 months ago
Categories