Expand description
§Monitoring Module
This module provides functionality for setting up a comprehensive monitoring system using Prometheus, Grafana, and Node Exporter. It handles the installation, configuration, and deployment of these tools across different Linux distributions.
Functions§
- configure_
prometheus - Configures Prometheus with a basic scrape configuration.
- install_
monitoring_ tools - Installs Prometheus and Grafana based on the system’s package manager.
- install_
node_ exporter_ from_ source - Installs Node Exporter from source.
- install_
prometheus_ from_ source - Installs Prometheus from source.
- setup_
grafana - Sets up and starts the Grafana server.
- setup_
monitoring - Sets up the monitoring system based on the provided configuration.
- setup_
node_ exporter - Sets up and starts the Node Exporter.