Linux Server Monitoring Wizard - Step 2: Distribution

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
nagiosadmin42
Posts: 96
Joined: Sat Feb 11, 2012 2:16 pm

Linux Server Monitoring Wizard - Step 2: Distribution

Post 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?
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

Post 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.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
nagiosadmin42
Posts: 96
Joined: Sat Feb 11, 2012 2:16 pm

Re: Linux Server Monitoring Wizard - Step 2: Distribution

Post 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.
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

Post by scottwilkerson »

Yep. The latest wizard will overwrite that file...
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked