Nagios XI 5 Open Beta - Download Available

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

Re: Nagios XI 5 Open Beta - Download Available

Post by jolson »

The data format that you're referring to is called JSON. As for getting that data into excel, you might find a tool like the following helpful:
http://konklone.io/json/

Thanks! ;)
Twits Blog
Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
koldrid
Posts: 2
Joined: Tue Sep 17, 2013 9:31 pm

Re: Nagios XI 5 Open Beta - Download Available

Post by koldrid »

Where is the link? I am not seeing it to download. We want to test the LDAP integration to see if this is what we have been waiting for.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Nagios XI 5 Open Beta - Download Available

Post by tmcdonald »

We've closed the beta as we are not making any more changes to the code base at this point. Rest assured, the public release is not at all far away.
Former Nagios employee
User avatar
eloyd
Cool Title Here
Posts: 2190
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

Re: Nagios XI 5 Open Beta - Download Available

Post by eloyd »

ARGH!!! I haven't even downloaded the damned thing yet.
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
karthek
Posts: 64
Joined: Fri Aug 14, 2015 5:55 am
Location: INDIA

Re: Nagios XI 5 Open Beta - Download Available

Post by karthek »

Auto discovery job detects the windows workstation machines as windows server.

Actual machine: windows 7
Shown in xi : Windows server 2008

What is the baseline for detecting the os? Does it run any command on remote machine?
"Machines don't make mistakes, we do."
jomann
Development Lead
Posts: 611
Joined: Mon Apr 22, 2013 10:06 am
Location: Nagios Enterprises

Re: Nagios XI 5 Open Beta - Download Available

Post by jomann »

BanditBBS wrote:Quick question...using the new API to list all users in XI....what type of format is that? I did the get users and it's showing me the list, but that's not XML for easy importing into Excel, what is it? Will the backend component continue to be included for the foreseeable future?
Yes, the old backend API is available and will remain available. The new API will allow XML output also as an option once some things get added into it.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
jomann
Development Lead
Posts: 611
Joined: Mon Apr 22, 2013 10:06 am
Location: Nagios Enterprises

Re: Nagios XI 5 Open Beta - Download Available

Post by jomann »

karthek wrote:Auto discovery job detects the windows workstation machines as windows server.

Actual machine: windows 7
Shown in xi : Windows server 2008

What is the baseline for detecting the os? Does it run any command on remote machine?
It does not run a command to check the OS it is purely a guess based on what nmap can scan.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
karthek
Posts: 64
Joined: Fri Aug 14, 2015 5:55 am
Location: INDIA

Re: Nagios XI 5 Open Beta - Download Available

Post by karthek »

A quote from nmap official website https://nmap.org/book/osdetect.html
Fortunately, Nmap includes a huge database of heuristics for identifying thousands of different systems based on how they respond to a selection of TCP/IP probes. Another system (part of version detection) interrogates open TCP or UDP ports to determine device type and OS details. Results of these two systems are reported independently so that you can identify combinations such as a Checkpoint firewall forwarding port 80 to a Windows IIS server.
This means the detection is not 100% accurate. Right?
"Machines don't make mistakes, we do."
karthek
Posts: 64
Joined: Fri Aug 14, 2015 5:55 am
Location: INDIA

Re: Nagios XI 5 Open Beta - Download Available

Post by karthek »

Unable to create or delete user using the given api's. Has anyone tried before?

Code: Select all

[root@localhost/]# curl -XPOST "http://localhost/nagiosxi/api/v1/system/user?apikey=edp553lb&pretty=1&username=jmcdouglas&password=testuser&name=Jordan%20McDouglas&email=jmcdouglas@localhost&enabled=1"
null
[root@localhost/]# curl -XDELETE "http://localhost/nagiosxi/api/v1/system/user?apikey=edp553lb&pretty=1&user_id=56"
    SQL:     SQL Error [nagiosxi] :</b> ERROR:  invalid input syntax for integer: "NULL"
LINE 1: SELECT * FROM xi_users WHERE user_id='NULL'
                                             ^"User with ID  does not exist."
any suggestions/ideas?
"Machines don't make mistakes, we do."
User avatar
WillemDH
Posts: 2320
Joined: Wed Mar 20, 2013 5:49 am
Location: Ghent
Contact:

Re: Nagios XI 5 Open Beta - Download Available

Post by WillemDH »

Just noticed a typo in the help section for the new REST api:
nagiosadmin¬ification_interval and al=5¬ificatio
curl -XPOST "http://nagios01/nagiosxi/api/v1/config/ ... z&pretty=1" -d "host_name=testapihostapply&address=127.0.0.1&max_check_attempts=2&check_period=24x7&contacts=nagiosadmin¬ification_interval=5¬ification_period=24x7&applyconfig=1"
Nagios XI 5.8.1
https://outsideit.net
Locked