Skip to content

Commit

Permalink
Fix galaxy badge
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Jul 24, 2018
1 parent 033f5b3 commit 809e6ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## snmpd

[![Build Status](https://travis-ci.org/Oefenweb/ansible-snmpd.svg?branch=master)](https://travis-ci.org/Oefenweb/ansible-snmpd) [![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-snmpd-blue.svg)](https://galaxy.ansible.com/tersmitten/snmpd)
[![Build Status](https://travis-ci.org/Oefenweb/ansible-snmpd.svg?branch=master)](https://travis-ci.org/Oefenweb/ansible-snmpd) [![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-snmpd-blue.svg)](https://galaxy.ansible.com/Oefenweb/snmpd)

Set up snmp(d) in Debian-like systems.

Expand All @@ -27,7 +27,7 @@ on **Ubuntu** this package is in **multiverse**. See the *"Recommended"* section
* `snmpd_users`: [default: see defaults.yml]: Additional users. **Make sure to change!**
* `snmpd_sys_location` [default: `''`]: System location
* `snmpd_sys_contact` [default: `Root <root@localhost>`]: System contact
* `snmpd_sys_description` [default: `{{ ansible_nodename }}`]: System description
* `snmpd_sys_description` [default: `{{ inventory_hostname }}`]: System description

* `snmpd_disks_include_all`: [default: `false`]: Include all disks mounted on the system in the SNMP table
* `snmpd_disks_include_all_threshold_minpercent`: [default: `10%`]: Minimum free space specified as a percentage
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ snmpd_users:

snmpd_sys_location: 'Unknown'
snmpd_sys_contact: Root <root@localhost>
snmpd_sys_description: "{{ ansible_nodename }}"
snmpd_sys_description: "{{ inventory_hostname }}"

snmpd_disks_include_all: false
snmpd_disks_include_all_threshold: '10%'
Expand Down

0 comments on commit 809e6ad

Please sign in to comment.