# saline **Repository Path**: mirrors_openSUSE/saline ## Basic Information - **Project Name**: saline - **Description**: Salt state appliement monitoring and automation tool - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-28 - **Last Updated**: 2026-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # saline ## Quick start IMPORTANT: This method is applicable only for non-containerized deployments (not recommended as Uyuni is released as containerized only now). For containerized deployments, check if installed `mgradm upgrade podman` has `--saline-replicas` parameter, if so, it can be set to `1` to deploy Saline. 1. Add saline repository to the Uyuni server: ``` zypper ar https://download.opensuse.org/repositories/systemsmanagement:/Uyuni:/Master/openSUSE_Leap_15.6/systemsmanagement:Uyuni:Master.repo ``` 2. Install saline package to the Uyuni server: ``` zypper in saline ``` 3. To run the initial configuration the following command can be used: ``` saline-setup run ``` It will ask some questions to configure the service, or you can also run it with `-y` parameter to accept defaults the following way: ``` saline-setup run -y ``` 4. Prometheus and Grafana can be configured with `Saline Prometheus` and `Saline Grafana` by adding them in the `Monitoring` section of `Formulas -> Configuration` page of the client with Prometheus and Grafana deployed on. 6. The configuration for Prometheus and the dashboards of Grafana will be deployed on applying highstate to the client. ## Grafana Dashboard examples 1. Salt Events: ![Salt Events](imgs/salt-events.png) 2. Minions Activity: ![Minions Activity](imgs/minions-activity.png) 3. Salt Events by Tags and Functions: ![Salt Events by Tags and Functions](imgs/salt-events-by-tags-and-fun.png) 4. Salt States: ![Salt States](imgs/salt-states.png) 5. Salt State Jobs: ![Salt State Jobs](imgs/salt-state-jobs.png) 5. Salt States Profiling: ![Salt State Jobs](imgs/salt-states-profiling.png)