Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
escalate committed Feb 26, 2024
1 parent b6336b6 commit 23ff1c3
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
[![Test](https://github.com/escalate/ansible-serverless-monitoring/actions/workflows/test.yml/badge.svg?branch=master&event=push)](https://github.com/escalate/ansible-serverless-monitoring/actions/workflows/test.yml)

# Ansible Role: Serverless Monitoring
# Ansible Role: Raspberry - Serverless Monitoring

An Ansible role that setups a serverless monitoring based on Nagios plugins and crond on Raspbian and Debian OS.

## Requirements

This role is tested with Ansible version greater equal 2.4.

## Install

```
$ ansible-galaxy install escalate.serverless-monitoring
```
An Ansible role that setups a serverless monitoring based on [Nagios Plugins](https://nagios-plugins.org/) and [cron](https://wiki.debian.org/cron) on Raspberry Pi OS (Debian Bookworm).

## Role Variables

Please see [defaults/main.yml](https://github.com/escalate/ansible-serverless-monitoring/blob/master/defaults/main.yml) for a complete list of variables that can be overridden.

## Dependencies

None
This role relies on the following dependencies:

* Roles: None
* Collections: None

## Installation

```
$ ansible-galaxy role install escalate.serverless_monitoring
```

## Example Playbook

```
- hosts: all
roles:
- escalate.serverless-monitoring
- role: escalate.serverless_monitoring
tags: monitoring
```

## License
Expand Down

0 comments on commit 23ff1c3

Please sign in to comment.