updated user and README
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|Repo Name| version | Build Status|
|
|Repo Name| version | Build Status|
|
||||||
|---|---|---|---|
|
|---|---|---|---|
|
||||||
|`cd_nagios`| 0.0.1.3 | [](https://jenkins.confdroid.com/job/cd_nagios/)|
|
|`cd_nagios`| 0.0.1.4 | [](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.
|
||||||
@@ -46,8 +46,10 @@ Installation:
|
|||||||
* install client binaries like nagios plugins etc.
|
* install client binaries like nagios plugins etc.
|
||||||
* install NRPE (optional)
|
* install NRPE (optional)
|
||||||
|
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
* configure all aspects of Nagios on server
|
* configure all aspects of Nagios on server
|
||||||
|
* manage nagios service user
|
||||||
* manage directories (filesystem permissions, selinux )
|
* manage directories (filesystem permissions, selinux )
|
||||||
* manage cgi.cfg through parameters
|
* manage cgi.cfg through parameters
|
||||||
* manage nagios.cfg through parameters
|
* manage nagios.cfg through parameters
|
||||||
|
|||||||
@@ -26,7 +26,8 @@ class cd_nagios::main::user (
|
|||||||
|
|
||||||
if $::fqdn == $ng_nagios_server {
|
if $::fqdn == $ng_nagios_server {
|
||||||
|
|
||||||
require cd_nagios::main::install
|
require cd_nagios::main::install
|
||||||
|
}
|
||||||
|
|
||||||
group { $ng_user:
|
group { $ng_user:
|
||||||
ensure => present,
|
ensure => present,
|
||||||
|
|||||||
Reference in New Issue
Block a user