updating README

This commit is contained in:
Arne Teuke
2017-07-30 20:34:53 +01:00
parent fc05564e89
commit 93b47c0f01
2 changed files with 3 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ Nagios is a powerful open source software solution for monitoring your IT enviro
* [Parameters](#parameters)
* [Mandatory Parameters](#mandatory-parameters)
* [Optional Parameters](#optional-parameters)
* [PuppetDB]
* [PuppetDB](#puppetdb)
* [SELINUX](#selinux)
* [Certbot](#certbot)
* [Httpd vHost Files](#httpd-vhost-files)
@@ -44,8 +44,7 @@ Installation:
* Nagios clients:
* install client binaries like nagios plugins etc.
* install NRPE (optional)
* include NRPE via `cd_nrpe` (optional)
Configuration
* configure all aspects of Nagios on server
@@ -69,7 +68,6 @@ Configuration
Service
* manage Nagios service on server
* manage NRPE service on clients (optional)
Monitoring
* monitor Nagios host

View File

@@ -18,8 +18,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# @summary Class manages all aspects of configuring the module logic for
# cd_nagios.
# @summary Class manages all aspects of selinux for cd_nagios.
##############################################################################
class cd_nagios::selinux::config (
@@ -111,7 +110,5 @@ class cd_nagios::selinux::config (
refreshonly => true,
notify => Service[$ng_service],
}
}
}