updated README
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|Repo Name| version | Build Status|
|
|Repo Name| version | Build Status|
|
||||||
|---|---|---|---|
|
|---|---|---|---|
|
||||||
|`cd_nagios`| 0.0.0.6 | [](https://jenkins.confdroid.com/job/cd_nagios/)|
|
|`cd_nagios`| 0.0.0.7 | [](https://jenkins.confdroid.com/job/cd_nagios/)|
|
||||||
|
|
||||||
### Synopsis
|
### Synopsis
|
||||||
Nagios is a powerful open source software solution for monitoring your IT environments.
|
Nagios is a powerful open source software solution for monitoring your IT environments.
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ class cd_nagios::selinux::config (
|
|||||||
path => ['/usr/bin','/usr/sbin'],
|
path => ['/usr/bin','/usr/sbin'],
|
||||||
cwd => $ng_user_home,
|
cwd => $ng_user_home,
|
||||||
require => Exec['create_policy_taccgi'],
|
require => Exec['create_policy_taccgi'],
|
||||||
refreshonly => true,
|
refreshonly => true,
|
||||||
}
|
}
|
||||||
|
|
||||||
# sealert status.cgi
|
# sealert status.cgi
|
||||||
@@ -70,7 +70,8 @@ class cd_nagios::selinux::config (
|
|||||||
path => ['/usr/bin','/usr/sbin'],
|
path => ['/usr/bin','/usr/sbin'],
|
||||||
cwd => $ng_user_home,
|
cwd => $ng_user_home,
|
||||||
require => Exec['create_policy_statuscgi'],
|
require => Exec['create_policy_statuscgi'],
|
||||||
refreshonly => true,
|
refreshonly => true,
|
||||||
|
notify => Service[$ng_service],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user