Re: Unable to edit dashboards, or add new ones
Posted: Tue Mar 05, 2019 9:17 pm
Okay, so I dug a bit deeper, and instead ran the following psql command:
This dumps out a lot of data for dashboards. I haven't attached it here because I am wearing my tin foil hat, but it does list the full names of the dashboards including the data before and after the apostrophe.
PHP file requested is attached however.
If there is an easy way to delete all dashboards, I am currently open to this if it will fix the problem...I just need to know how to do it!
Code: Select all
echo "select usermeta_id, user_id, keyname, autoload, keyvalue from xi_usermeta where keyname = 'dashboards';" | psql -U nagiosxi nagiosxi > /tmp/info.txtPHP file requested is attached however.
If there is an easy way to delete all dashboards, I am currently open to this if it will fix the problem...I just need to know how to do it!