Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:nagios_toaster [2013/08/18 22:15] – goodbye nagiosadmin, hello nconf Nicopublic:nagios_toaster [2023/06/21 22:27] (current) – fix code tag bug Nico
Line 10: Line 10:
   * [[http://www.mysql.org|MySQL]] or [[https://mariadb.org/|MariaDB]] (NConf needs it)   * [[http://www.mysql.org|MySQL]] or [[https://mariadb.org/|MariaDB]] (NConf needs it)
  
-The main idea here is to use Nagios' frames to integrate the other tools. This can also be used with Nagios-style UIs (i.e. [[https://www.icinga.org/about/icingaweb/|Icinga Classic UI]], [[http://www.thruk.org/|Thruk]]), other configuration tools ([[https://github.com/senecon/nagiosadmin|Nagios Administrator, RIP]]) or other graphing tools ([[http://collectd.org/|Collectd]]).+The main idea here is to use Nagios' frames to integrate the other tools. This can also be used with Nagios-style UIs (i.e. [[https://www.icinga.org/about/icingaweb/|Icinga Classic UI]], [[http://www.thruk.org/|Thruk]]), other configuration tools ([[https://github.com/senecon/nagiosadmin|Nagios Administrator, RIP]]) or other graphing tools ([[http://collectd.org/|collectd]]).
  
 ===== Web Server ===== ===== Web Server =====
Line 42: Line 42:
 ==== NConf integration ==== ==== NConf integration ====
   * Add a link in the Nuvola menu. Edit /www/monitor/nagios/side/dtree_data.js, and add the following line at the end, just before the //document.write(configuration);// statemement:   * Add a link in the Nuvola menu. Edit /www/monitor/nagios/side/dtree_data.js, and add the following line at the end, just before the //document.write(configuration);// statemement:
 +
 <code js> <code js>
 configuration.add(5,0,'Administration','/nconf/','','','side/icons/configuration.gif'); configuration.add(5,0,'Administration','/nconf/','','','side/icons/configuration.gif');