Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 389 Bytes

File metadata and controls

18 lines (12 loc) · 389 Bytes

nagios_install

Installs Nagios packages or compiles Nagios Core from source using settings prepared by nagios_server.

Actions

  • :install

Examples

nagios_server 'default' do
  install_method 'package'
  web_server 'none'
end

Use nagios_server for normal cookbook usage. nagios_install is primarily an internal composition resource for the server workflow.