Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 330 Bytes

File metadata and controls

18 lines (12 loc) · 330 Bytes

nagios_apache

Configures Apache as the Nagios web front end and then runs nagios_configure.

Actions

  • :create

Examples

nagios_server 'default' do
  web_server 'apache'
  enable_ssl true
end

Use nagios_server for normal cookbook usage. nagios_apache is primarily an internal composition resource.