Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
edebadc3
Commit
edebadc3
authored
Nov 26, 2013
by
Alexander Bulimov
Committed by
Michael DeHaan
Aug 08, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zabbix_maintenance examples fixes
parent
851efe04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
4 deletions
+14
-4
library/monitoring/zabbix_maintenance
+14
-4
No files found.
library/monitoring/zabbix_maintenance
View file @
edebadc3
...
...
@@ -102,7 +102,7 @@ EXAMPLES = '''
# Create maintenance window named "Update of www1"
# for host www1.example.com for 90 minutes
- zabbix_maintenance: name="Update of www1"
host=www1.example.com
host=www1.example.com
state=present
minutes=90
server=https://monitoring.example.com
...
...
@@ -111,16 +111,26 @@ EXAMPLES = '''
# Create maintenance window named "Mass update"
# for host www1.example.com and host groups Office and Dev
- zabbix_maintenance: name="Update of www1"
host=www1.example.com
- zabbix_maintenance: name="Update of www1"
host=www1.example.com
group=Office,Dev
state=present
server=https://monitoring.example.com
user=ansible
passwd=pAsSwOrD
# Create maintenance window named "update"
# for host www1.example.com and without data collection.
- zabbix_maintenance: name=update
host=www1.example.com
state=present
collect_data=false
server=https://monitoring.example.com
user=ansible
passwd=pAsSwOrD
# Remove maintenance window named "Test1"
- zabbix_maintenance: name=Test1
"
- zabbix_maintenance: name=Test1
state=absent
server=https://monitoring.example.com
user=ansible
...
...
Write
Preview
Markdown
is supported
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