Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deekayen/ansible-role-alertlogic-collector
Install Alert Logic remote collector service.
https://github.com/deekayen/ansible-role-alertlogic-collector
alertlogic ansible-role monitoring-tool rsyslog syslog-ng
Last synced: about 1 month ago
JSON representation
Install Alert Logic remote collector service.
- Host: GitHub
- URL: https://github.com/deekayen/ansible-role-alertlogic-collector
- Owner: deekayen
- License: apache-2.0
- Created: 2022-05-20T18:47:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T04:10:10.000Z (about 1 year ago)
- Last Synced: 2024-11-07T21:25:57.803Z (3 months ago)
- Topics: alertlogic, ansible-role, monitoring-tool, rsyslog, syslog-ng
- Language: Python
- Homepage: https://galaxy.ansible.com/deekayen/alremote
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Alert Logic remote collector
[![Molecule](https://github.com/deekayen/ansible-role-alertlogic-collector/actions/workflows/ci.yml/badge.svg)](https://github.com/deekayen/ansible-role-alertlogic-collector/actions/workflows/ci.yml) [![Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.](https://www.repostatus.org/badges/latest/inactive.svg)](https://www.repostatus.org/#inactive)
This playbook is used to install and configure the Alert Logic remote collector service.
## Requirements
Debian and Enterprise Linux are the tested and supported platforms.
## Role Variables
* `al_remote_registration_key` - your unique registration key, required except in supported cloud deployments (AWS, Azure) String defaults to `your_registration_key_here`
## Dependencies
* no known dependencies
## Example Playbook
---
- name: Install Alert Logic remote collector to specific hosts
hosts: al_collectors
roles:
- role: deekayen.alremote
vars:
al_remote_registration_key: 'useWhenNotInAWSorAzure'## Configurations
The variable `al_remote_for_imaging` determine your installation type. It is a boolean value and by default is `false`. Setting this value to true will prepare your agent for imaging only and will not provision the agent.
Performing an agent install using the cookbook's default attributes, will setup the agent and provision the instance immediately. If you have properly set your registration key, your host should appear within Alert Logic's Console within 15 minutes. Note: in AWS and Azure deployments the use of the key is optional and in general not necessary.
## License and Authors
Distributed under the Apache 2.0 license.
Original Authors of Alert Logic agent role:
Muram Mohamed ([email protected])
Justin Early ([email protected])Derivative work remote collector install by:
David Norman [deekayen](https://github.com/deekayen)