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) * [Parameters](#parameters)
* [Mandatory Parameters](#mandatory-parameters) * [Mandatory Parameters](#mandatory-parameters)
* [Optional Parameters](#optional-parameters) * [Optional Parameters](#optional-parameters)
* [PuppetDB] * [PuppetDB](#puppetdb)
* [SELINUX](#selinux) * [SELINUX](#selinux)
* [Certbot](#certbot) * [Certbot](#certbot)
* [Httpd vHost Files](#httpd-vhost-files) * [Httpd vHost Files](#httpd-vhost-files)
@@ -44,8 +44,7 @@ Installation:
* Nagios clients: * Nagios clients:
* install client binaries like nagios plugins etc. * install client binaries like nagios plugins etc.
* install NRPE (optional) * include NRPE via `cd_nrpe` (optional)
Configuration Configuration
* configure all aspects of Nagios on server * configure all aspects of Nagios on server
@@ -69,7 +68,6 @@ Configuration
Service Service
* manage Nagios service on server * manage Nagios service on server
* manage NRPE service on clients (optional)
Monitoring Monitoring
* monitor Nagios host * monitor Nagios host

View File

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