BackendAPI URL for customvariables table in Nagios DB
BackendAPI URL for customvariables table in Nagios DB
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
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
/nagiosxi/backend/?cmd=getcustomhostvariablestatus
/nagiosxi/backend/?cmd=getcustomservicevariablestatus
Re: BackendAPI URL for customvariables table in Nagios DB
Thanks. It worked well.