Files
confdroid_nagios/REPOSTRUCTURE.md

2.5 KiB

. |-- doc | |-- css | | |-- common.css | | |-- full_list.css | | -- style.css | |-- js | | |-- app.js | | |-- full_list.js | | -- jquery.js | |-- puppet_classes | | |-- cd_nagios_3A_3Acertbot_3A_3Acerts.html | | |-- cd_nagios_3A_3Acertbot_3A_3Aconfig.html | | |-- cd_nagios_3A_3Aclient_3A_3Atarget.html | | |-- cd_nagios_3A_3Afirewall_3A_3Aiptables.html | | |-- cd_nagios_3A_3Amain_3A_3Aconfig.html | | |-- cd_nagios_3A_3Amain_3A_3Adirs.html | | |-- cd_nagios_3A_3Amain_3A_3Ainstall.html | | |-- cd_nagios_3A_3Amain_3A_3Auser.html | | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Acommands.html | | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Atemplate_rules.html | | |-- cd_nagios_3A_3Aparams.html | | |-- cd_nagios_3A_3Aselinux_3A_3Aconfig.html | | |-- cd_nagios_3A_3Aserver_3A_3Aaccess_rules.html | | |-- cd_nagios_3A_3Aserver_3A_3Afiles.html | | |-- cd_nagios_3A_3Aserver_3A_3Aservice.html | | -- cd_nagios.html | |-- puppet_defined_types | | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Atemplates.html | | -- cd_nagios_3A_3Aserver_3A_3Aaccess.html | |-- file.README.html | |-- frames.html | |-- _index.html | |-- index.html | |-- puppet_class_list.html | |-- puppet_defined_type_list.html | -- top-level-namespace.html |-- manifests | |-- certbot | | -- certs.pp | |-- client | | -- target.pp | |-- firewall | | -- iptables.pp | |-- main | | |-- config.pp | | |-- dirs.pp | | |-- install.pp | | -- user.pp | |-- nagios | | -- objects | | |-- commands.pp | | |-- template_rules.pp | | -- templates.pp | |-- selinux | | -- config.pp | |-- server | | |-- access.pp | | |-- access_rules.pp | | |-- files.pp | | -- service.pp | |-- init.pp | -- params.pp |-- templates | |-- certbot | | |-- get_cert.erb | | |-- unless_get_cert.erb | | -- unless_renew_cert.erb | |-- httpd | | |-- forward_conf.erb | | |-- index_html.erb | | -- nagios_ssl_vhost.erb | |-- nagios | | |-- cgi_cfg.erb | | |-- htpasswd_rule.erb | | |-- nagios_cfg.erb | | |-- templates_cfg.erb | | |-- templates_cfg_head.erb | | -- templates_cfg_rule.erb | -- selinux | |-- statuscgi.erb | -- taccgi.erb |-- tests | -- UTF_Files |-- CHANGELOG.md |-- Gemfile |-- Gemfile.lock |-- Jenkinsfile |-- LICENSE |-- README.md `-- REPOSTRUCTURE.md

20 directories, 70 files