Page 1 of 1
Linux Server Monitoring Wizard - Step 2: Distribution
Posted: Sun Feb 12, 2012 2:08 am
by nagiosadmin42
I just got the Linux Server Monitoring Wizard installed, and only see two entries in the Linux Distribution listbox: RedHat Enterprise Linux and CentOS. The Nagios XI tutorial videos on Vimeo show additional choices, how do I get access to them, e.g. Ubuntu?
Re: Linux Server Monitoring Wizard - Step 2: Distribution
Posted: Mon Feb 13, 2012 10:45 am
by scottwilkerson
The wizard has been updated. If you re-download it from
http://assets.nagios.com/downloads/nagi ... server.zip
And install it as normal, you should now see the Ubuntu and Debian options.
Re: Linux Server Monitoring Wizard - Step 2: Distribution
Posted: Mon Feb 13, 2012 1:50 pm
by nagiosadmin42
Thanks Scott. While I was waiting for my post to be approved, I found that the Linux Distribution wizard listbox is generated by the script:
Code: Select all
/usr/local/nagiosxi/html/includes/configwizards/linux-server/linux-server.inc.php
and it had the other "linuxdistro" listbox entries commented out:
Code: Select all
<option value="Fedora" '.is_selected($linuxdistro,"Fedora").'>Fedora Core</option>
<option value="Ubuntu" '.is_selected($linuxdistro,"Ubuntu").'>Ubuntu</option>
<option value="Debian" '.is_selected($linuxdistro,"Debian").'>Debian</option>
<option value="Other" '.is_selected($linuxdistro,"Other").'D>Other</option>
So I simply un-commented them for now. I will get the latest wizard and install it.
Re: Linux Server Monitoring Wizard - Step 2: Distribution
Posted: Mon Feb 13, 2012 3:25 pm
by scottwilkerson
Yep. The latest wizard will overwrite that file...