Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
zabbix
Commits
3cad590b
Commit
3cad590b
authored
Oct 25, 2016
by
Hinrikus Wolf
Browse files
zabbix: add prerequisites for snmp features for zabbix
parent
8ec3446e
Changes
2
Hide whitespace changes
Inline
Side-by-side
zabbix-server/files/snmp.conf
0 → 100644
View file @
3cad590b
#
# As the snmp packages come without MIB files due to license reasons, loading
# of MIBs is disabled by default. If you added the MIBs you can reenable
# loaging them by commenting out the following line.
#mibs:
zabbix-server/tasks/snmp.yml
0 → 100644
View file @
3cad590b
---
-
name
:
ensure snmp software is installed
apt
:
name={{ item }} state=latest
with_items
:
-
snmp
-
snmp-mibs-downloader
tags
:
-
snmp
-
software
-
name
:
ensure the correct snmp.conf is present
copy
:
src=snmp.conf dest=/etc/snmp/snmp.conf
tags
:
-
snmp
-
config
-
name
:
ensure the snmp MIB libs are present
command
:
download-mibsmibs
tags
:
-
snmp
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment