Linux Server Monitoring Wizard - Step 2: Distribution
-
nagiosadmin42
- Posts: 96
- Joined: Sat Feb 11, 2012 2:16 pm
Linux Server Monitoring Wizard - Step 2: Distribution
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?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Linux Server Monitoring Wizard - Step 2: Distribution
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.
http://assets.nagios.com/downloads/nagi ... server.zip
And install it as normal, you should now see the Ubuntu and Debian options.
-
nagiosadmin42
- Posts: 96
- Joined: Sat Feb 11, 2012 2:16 pm
Re: Linux Server Monitoring Wizard - Step 2: Distribution
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:
and it had the other "linuxdistro" listbox entries commented out:
So I simply un-commented them for now. I will get the latest wizard and install it.
Code: Select all
/usr/local/nagiosxi/html/includes/configwizards/linux-server/linux-server.inc.phpCode: 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>
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Linux Server Monitoring Wizard - Step 2: Distribution
Yep. The latest wizard will overwrite that file...