Re: Nagios Fusion Hostgroup Dashboard
Posted: Mon Feb 19, 2018 3:14 pm
That is weird, maybe there was something stuck on the XI server to cause the Fusion server to not display the groups.
Did the reboot allow the download of the Hostgroup work in the Fusion dashlet?
If you cannot display the Hostgroups in Fusion, Can you run the following as root and post the /tmp/info.txt file so I can get more info on the server's settings?
Did the reboot allow the download of the Hostgroup work in the Fusion dashlet?
If you cannot display the Hostgroups in Fusion, Can you run the following as root and post the /tmp/info.txt file so I can get more info on the server's settings?
Code: Select all
echo 'select * from options;' |mysql -t -u fusion -pfusion fusion >/tmp/info.txt
echo 'select * from polled_deltas;' |mysql -t -u fusion -pfusion fusion >>/tmp/info.txt
echo 'select * from polled_averages;' |mysql -t -u fusion -pfusion fusion >>/tmp/info.txt
echo 'SELECT TABLE_NAME AS "Table", round(((data_length + index_length) / 1024 / 1024), 2) AS Size_in_MB FROM information_schema.TABLES WHERE table_schema = "fusion" ORDER BY Size_in_MB DESC;' |mysql -t -u fusion -pfusion fusion >>/tmp/info.txt