Dashboard Unique IDs

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ksafa
Posts: 91
Joined: Wed Jan 15, 2014 3:05 pm

Dashboard Unique IDs

Post by ksafa »

We are attempting to automate the scheduling of dashboard pages via command line. It appears the dashboards each have a unique ID (http://nagios/dashboards/dashboards.php?id=gkiie6) Here its gkiee6 for example. Does anybody know where these id's are stored so they can be queried and then used in the scheduling page script.

Thanks,
Khaled
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: Dashboard Unique IDs

Post by avandemore »

From the DB side of things, you can see such information like this:

Code: Select all

mysql -uroot -pnagiosxi nagiosxi -e "SELECT * FROM xi_usermeta WHERE keyname = 'dashboards';"

Code: Select all

mysql -uroot -pnagiosxi nagiosxi -e "SHOW CREATE TABLE xi_usermeta;"
Previous Nagios employee
Locked