| Summary: | Deploy the Observium UNIX Agent on every system | ||
|---|---|---|---|
| Product: | Infrastructure | Reporter: | Michael Tremer <michael.tremer> |
| Component: | --- | Assignee: | Timo Eissler <morlix> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | - Unknown - | ||
| Priority: | - Unknown - | ||
| Version: | unspecified | ||
| Hardware: | unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 11640 | ||
|
Description
Michael Tremer
2018-03-01 18:34:26 UTC
Since we are moving to Apache now, it would be required to have the module for apache installed and apache being properly configured with mod_status. Implemented in common role. But atleast for now the scripts which should be activated for each host needs to linked manually from /usr/lib/observium_agent/scripts-available/<SCRIPT> to /usr/lib/observium_agent/scripts-enabled because i currently have no perfect way to detect needed scripts. Example: ln -s /usr/lib/observium_agent/scripts-available/nfs /usr/lib/observium_agent/scripts-enabled/ To enable a observium agent script there is now a host variable "observium_enabled_scripts" which holds a list of observium script which are then enabled on the corresponding host. |