Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
platform
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
micah
platform
Commits
18e247ae
Commit
18e247ae
authored
Jun 7, 2015
by
Varac
Browse files
Options
Downloads
Patches
Plain Diff
deploy check_openvpn_server.pl after nagios-plugins-standard package is installed
Change-Id: I272b30fd79e89ddf968c0a6e453d53a1f0540397
parent
25117894
Branches
Branches containing commit
Tags
0.7.0rc2
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
puppet/modules/site_nagios/manifests/server.pp
+6
-4
6 additions, 4 deletions
puppet/modules/site_nagios/manifests/server.pp
with
6 additions
and
4 deletions
puppet/modules/site_nagios/manifests/server.pp
+
6
−
4
View file @
18e247ae
# configures nagios on monitoring node
class
site_nagios::server
inherits
nagios::base
{
class
site_nagios::server
inherits
nagios::base
{
# First, purge old nagios config (see #1467)
# First, purge old nagios config (see #1467)
...
@@ -46,6 +47,7 @@ class site_nagios::server inherits nagios::base {
...
@@ -46,6 +47,7 @@ class site_nagios::server inherits nagios::base {
mode
=>
'0755'
,
mode
=>
'0755'
,
owner
=>
'nagios'
,
owner
=>
'nagios'
,
group
=>
'nagios'
,
group
=>
'nagios'
,
require
=>
Package
[
'nagios-plugins'
];
}
}
create_resources
(
site_nagios::add_host_services
,
$nagios_hosts
)
create_resources
(
site_nagios::add_host_services
,
$nagios_hosts
)
...
...
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