I've some problem with the told_graph.php page. In fact it is empty. I've actually 6072 thold ( planned to have more of 25'000).
I've reduced the number of thold to ~300 and the the page was no more empty.
I've made some other test and I've find the the first SQL statement into thold_grap.php give the problem :
Code: Select all
"SELECT thold_data.*, host.description FROM thold_data LEFT JOIN host ON thold_data.host_id=host.id WHERE thold_enabled='on' ORDER BY thold_alert DESC, bl_alert DESC, host.description ASC, rra_id ASC"
Any Help?
Best regards,
Vince