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
d59d420d
Commit
d59d420d
authored
May 11, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2894 from jpmens/nagdoc
spacing in nagios module docs
parents
611705da
0482c123
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
library/monitoring/nagios
+7
-7
No files found.
library/monitoring/nagios
View file @
d59d420d
...
...
@@ -42,13 +42,13 @@ options:
cmdfile:
description:
- Path to the nagios I(command file) (FIFO pipe).
-
Only required if auto-detection fails.
Only required if auto-detection fails.
required: false
default: auto-detected
author:
description:
- Author to leave downtime comments as.
-
Only usable with the C(downtime) action.
Only usable with the C(downtime) action.
required: false
default: Ansible
minutes:
...
...
@@ -60,16 +60,16 @@ options:
services:
description:
- What to manage downtime/alerts for. Separate multiple services with commas.
-
C(service) is an alias for C(services).
-
B(Required) option when using the C(downtime), C(enable_alerts), and C(disable_alerts) actions.
C(service) is an alias for C(services).
B(Required) option when using the C(downtime), C(enable_alerts), and C(disable_alerts) actions.
aliases: [ "service" ]
required: true
default: null
command:
description:
-
raw command to send to nagios
-
should not include the submitted time header or the line-feed
- B(Required) option when using the C(command) action
-
The raw command to send to nagios, which
should not include the submitted time header or the line-feed
B(Required) option when using the C(command) action.
required: true
default: null
...
...
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