OP#436 mint
This commit is contained in:
@@ -23,7 +23,6 @@
|
|||||||
- [Contact Us](#contact-us)
|
- [Contact Us](#contact-us)
|
||||||
- [Disclaimer](#disclaimer)
|
- [Disclaimer](#disclaimer)
|
||||||
|
|
||||||
|
|
||||||
## 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.
|
||||||
@@ -73,7 +72,7 @@ node 'example.example.net' {
|
|||||||
|
|
||||||
- through Foreman:
|
- through Foreman:
|
||||||
|
|
||||||
In order to apply parameters through Foreman, **__confdroid_nagios::params__*- must be added to the host or host group in question.
|
In order to apply parameters through Foreman, **confdroid_nagios::params**- must be added to the host or host group in question.
|
||||||
|
|
||||||
See [more details about class deployment on confdroid.com](https://confdroid.com/2017/05/deploying-our-puppet-modules/).
|
See [more details about class deployment on confdroid.com](https://confdroid.com/2017/05/deploying-our-puppet-modules/).
|
||||||
|
|
||||||
@@ -81,7 +80,7 @@ See [more details about class deployment on confdroid.com](https://confdroid.com
|
|||||||
|
|
||||||
### configuring UI user access
|
### configuring UI user access
|
||||||
|
|
||||||
Main access to the user interface requires defining an administrative user and password via `ng_main_user` and `ng_main_password`. The password should be encrypted like this:
|
Main access to the user interface requires defining an administrative user and password via `ng_main_user` and `ng_main_password`. The password should be encrypted like this:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
htpasswd -B -n testuser
|
htpasswd -B -n testuser
|
||||||
|
|||||||
Reference in New Issue
Block a user