|
Revision 373, 0.8 kB
(checked in by mbailey, 11 months ago)
|
updated docs
|
| Line | |
|---|
| 1 |
deprec: Install and configure Nagios on Ubuntu 7.10 (gutsy) |
|---|
| 2 |
=========================================================== |
|---|
| 3 |
by Mike Bailey |
|---|
| 4 |
* Quickstart |
|---|
| 5 |
|
|---|
| 6 |
# You need the following items defined (in config/deploy.rb) |
|---|
| 7 |
set :application, 'nagios' |
|---|
| 8 |
set :domain, 'nagios.host.name' |
|---|
| 9 |
role :nagios, domain |
|---|
| 10 |
role :app, 'nagios' |
|---|
| 11 |
role :web, nil # must be defined but content not important |
|---|
| 12 |
|
|---|
| 13 |
# Run the following on your workstation |
|---|
| 14 |
export HOSTS=nagios.domain.name # replace with desired domain |
|---|
| 15 |
cap deprec:apache:install |
|---|
| 16 |
cap deprec:apache:activate |
|---|
| 17 |
cap deprec:nagios:install |
|---|
| 18 |
cap deprec:nagios:activate |
|---|
| 19 |
cap deprec:nagios_plugins:install |
|---|
| 20 |
cap deprec:nagios:config_gen |
|---|
| 21 |
cap deprec:nagios:htpass # create web logins |
|---|
| 22 |
cap deprec:nagios:config |
|---|
| 23 |
cap deprec:apache:restart |
|---|
| 24 |
|
|---|
| 25 |
|
|---|
| 26 |
* The detail |
|---|
| 27 |
|
|---|
| 28 |
TBC |
|---|