BackendAPI URL for customvariables table in Nagios DB

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
cskang
Posts: 68
Joined: Sat Mar 05, 2011 4:13 pm

BackendAPI URL for customvariables table in Nagios DB

Post by cskang »

Is there a BackendAPI URL for obtaining the customvariables table in Nagios Database?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: BackendAPI URL for customvariables table in Nagios DB

Post by scottwilkerson »

Yes, you can use the following cmd (you will need to append your username/ticket info to the URL)

/nagiosxi/backend/?cmd=getcustomhostvariablestatus
/nagiosxi/backend/?cmd=getcustomservicevariablestatus
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
cskang
Posts: 68
Joined: Sat Mar 05, 2011 4:13 pm

Re: BackendAPI URL for customvariables table in Nagios DB

Post by cskang »

Thanks. It worked well.
Locked