Monitoring avatar

Monitoring

Try for free

No credit card required

Go to Store
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.

Developer
Maintained by Apify

Actor Metrics

  • 1 monthly user

  • 4.4 / 5 (5)

  • 14 bookmarks

  • Created in Jul 2020

  • Modified 9 months ago

Categories

You can access the Monitoring 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  "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: