Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zabbix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
zabbix
Commits
3cad590b
Commit
3cad590b
authored
8 years ago
by
Hinrikus Wolf
Browse files
Options
Downloads
Patches
Plain Diff
zabbix: add prerequisites for snmp features for zabbix
parent
8ec3446e
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
zabbix-server/files/snmp.conf
+5
-0
5 additions, 0 deletions
zabbix-server/files/snmp.conf
zabbix-server/tasks/snmp.yml
+22
-0
22 additions, 0 deletions
zabbix-server/tasks/snmp.yml
with
27 additions
and
0 deletions
zabbix-server/files/snmp.conf
0 → 100644
+
5
−
0
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:
This diff is collapsed.
Click to expand it.
zabbix-server/tasks/snmp.yml
0 → 100644
+
22
−
0
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment