No description
  • Python 98.5%
  • Jinja 1.5%
Find a file
2026-08-01 19:50:27 -04:00
.devcontainer init 2026-08-01 19:50:27 -04:00
.github/workflows init 2026-08-01 19:50:27 -04:00
.vscode init 2026-08-01 19:50:27 -04:00
changelogs init 2026-08-01 19:50:27 -04:00
docs init 2026-08-01 19:50:27 -04:00
extensions init 2026-08-01 19:50:27 -04:00
meta init 2026-08-01 19:50:27 -04:00
plugins init 2026-08-01 19:50:27 -04:00
roles/run init 2026-08-01 19:50:27 -04:00
tests init 2026-08-01 19:50:27 -04:00
.gitignore init 2026-08-01 19:50:27 -04:00
.isort.cfg init 2026-08-01 19:50:27 -04:00
.pre-commit-config.yaml init 2026-08-01 19:50:27 -04:00
.prettierignore init 2026-08-01 19:50:27 -04:00
AGENTS.md init 2026-08-01 19:50:27 -04:00
CHANGELOG.rst init 2026-08-01 19:50:27 -04:00
CODE_OF_CONDUCT.md init 2026-08-01 19:50:27 -04:00
CONTRIBUTING init 2026-08-01 19:50:27 -04:00
devfile.yaml init 2026-08-01 19:50:27 -04:00
galaxy.yml init 2026-08-01 19:50:27 -04:00
LICENSE init 2026-08-01 19:50:27 -04:00
MAINTAINERS init 2026-08-01 19:50:27 -04:00
pyproject.toml init 2026-08-01 19:50:27 -04:00
README.md init 2026-08-01 19:50:27 -04:00
requirements.txt init 2026-08-01 19:50:27 -04:00
test-requirements.txt init 2026-08-01 19:50:27 -04:00
tox-ansible.ini init 2026-08-01 19:50:27 -04:00

Monitoring Syslog Collection

This repository contains the monitoring.syslog Ansible Collection.

External requirements

Some modules and plugins require external libraries. Please check the requirements for each plugin or module you use in the documentation to find out which requirements are needed.

Included content

Using this collection

    ansible-galaxy collection install monitoring.syslog

You can also include it in a requirements.yml file and install it via ansible-galaxy collection install -r requirements.yml using the format:

collections:
  - name: monitoring.syslog

To upgrade the collection to the latest available version, run the following command:

ansible-galaxy collection install monitoring.syslog --upgrade

You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax where X.Y.Z can be any available version:

ansible-galaxy collection install monitoring.syslog:==X.Y.Z

See Ansible Using Collections for more details.

Release notes

See the changelog.

Roadmap

More information

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.