1 | 1 | simandl | |
2 | | | |
3 | | | Step 1: |
4 | | | ---------- |
5 | | | Download and unpack it or get it via CVS. |
6 | | | The scripts don't need installation, so you should copy them directly to the desired destination directory. |
7 | | | |
8 | | | |
9 | | | Step 2: |
10 | | | ---------- |
11 | | | call ./setup.pl |
12 | | | |
13 | | | This script will try to detect the installation path, pathes to shell-tools needed by the scripts and lets you rudimentary configure the modules. |
14 | | | |
15 | | | |
16 | | | Step 3: |
17 | | | ---------- |
18 | | | Edit the main settings file. |
19 | | | Look for occurances of "not configured" and change these entries to valid values. |
20 | | | |
21 | | | |
22 | | | Step 4: |
23 | | | ---------- |
24 | | | Do the same with all of your desired modules' settings files |
25 | | | Sometimes there are no further steps necesary, but in many cases the modules need some further configuration of targets. |
26 | | | For your convenience, all settings files will be linked to "./var/settings/". |
27 | | | |
28 | | | |
29 | | | Step 5: |
30 | | | ---------- |
31 | | | When all is done, go to the HotSaNIC main-directory and fire it up with: |
32 | | | |
33 | | | ./rrdgraph start |
34 | | | |
35 | | | When no errors occure, your installation should be up and running. |
36 | | | |
37 | | | |
38 | | | |