Skip to content

A collection of scripts designed for monitoring various aspects of Arbitrum chains.

License

Notifications You must be signed in to change notification settings

OffchainLabs/arbitrum-monitoring

Repository files navigation

Arbitrum Monitoring

Overview

This is a monorepo containing a collection of scripts designed for monitoring various aspects of Arbitrum chains. Each package focuses on one particular monitoring task, like monitoring retryables, batch posting, etc.

Installation

Ensure you are using Node v18 or greater.

yarn install

Running Monitoring Scripts

To run a monitoring tool, navigate to the relevant package folder inside packages, and run the desired scripts. Detailed instructions for each script can be found within their respective folders.

Example

yarn workspace retryable-monitor dev [--options]

This can also be accessed simply from the root-level in this repository by:

yarn retryable-monitor [--options]

About

A collection of scripts designed for monitoring various aspects of Arbitrum chains.

Resources

License

Stars

Watchers

Forks