Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| public:nagios_toaster [2009/11/14 19:11] – external edit 127.0.0.1 | public:nagios_toaster [2023/06/21 22:27] (current) – fix code tag bug Nico | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| - | * [[http:// | + | * [[http:// |
| - | * [[http:// | + | * [[http:// |
| + | |||
| + | The main idea here is to use Nagios' | ||
| ===== Web Server ===== | ===== Web Server ===== | ||
| - | Any Webserver will fit there, as long as it supports CGI (for Nagios) and PHP (for Nagios Administrator). http authentification and https, although not mandatory, are strongly recommended. | + | Any Webserver will fit there, as long as it supports CGI (for Nagios) and PHP (for NConf). http authentification and https, although not mandatory, are strongly recommended. |
| In this document, we will assume that the webroot directory will be / | In this document, we will assume that the webroot directory will be / | ||
| Line 32: | Line 34: | ||
| < | < | ||
| - | ===== Nagios Administrator | + | ===== NConf ===== |
| - | - Get it from [[https://projects.secure-net-concepts.de/projects/list_files/nagiosadmin|Nagiosadmin redmine]] | + | - Get it from [[http://sourceforge.net/ |
| - | - Extract it at the same level as the others tools (i.e. / | + | - Extract it at the same level as the others tools (i.e. / |
| - | - Follow /www/monitor/nagiosadmin/doc/install.txt to setup | + | - Follow |
| - | + | ||
| ===== Binding all together ===== | ===== Binding all together ===== | ||
| - | ==== Nagiosadmin | + | ==== NConf integration ==== |
| - | * Change the following line in the main Nagios configuration file: | + | |
| - | < | + | |
| - | cfg_dir=/ | + | |
| - | </ | + | |
| * Add a link in the Nuvola menu. Edit / | * Add a link in the Nuvola menu. Edit / | ||
| + | |||
| <code js> | <code js> | ||
| - | configuration.add(5, | + | configuration.add(5, |
| </ | </ | ||
| ==== Munin integration ==== | ==== Munin integration ==== | ||
| - | As Munin already output its graphs in / | + | As Munin already output its graphs in / |
| <code js> | <code js> | ||
| reporting.add(9, | reporting.add(9, | ||