Function install_monitoring_tools
Source pub fn install_monitoring_tools(config: &Config) -> Result<(), Box<dyn Error>>
Expand description
Installs Prometheus and Grafana based on the system’s package manager.
§Arguments
config - A reference to the Config struct (unused in the current implementation)
§Errors
Returns an error if the installation of either Prometheus or Grafana fails.