php 8.0
httpd 2.4
mariadb 10.5
I have almost everything working but I think I narrowed down my 2 issues to something with the RRD files.
When I try to run the realtime plugin, some graphs wont do it and give this error.
Some graphs on devices work and some dont, its not tied to the same graph template either. I checked the directory and the permissions are correct and it puts a png in there of the below error, also the graphs that do work there is an rrd file in there for it.
Error in cacti.log
Code: Select all
05-31-2024 15:43:37 - CMDPHP PHP ERROR Backtrace: (CactiShutdownHandler())
05-31-2024 15:43:37 - ERROR PHP ERROR: Uncaught ValueError: shell_exec(): Argument #1 ($command) cannot be empty in /usr/share/cacti/poller_realtime.php:228 Stack trace: #0 /usr/share/cacti/poller_realtime.php(228): shell_exec() #1 /usr/share/cacti/poller_realtime.php(150): process_poller_output_rt() #2 {main} thrown in file: /usr/share/cacti/poller_realtime.php on line: 228
05-31-2024 15:43:37 - CMDPHP ERROR: There are no RRA's assigned to local_data_id: 328.
The other issue when I click on the button (colored hamburger stack) to see the Time Graph View. That page just loads blank where the graphs should be. Other graphs will load fine.
Is there something else that needs to be done with that large of an upgrade path?
I speculate its an issue with timesteps/ or Data Source Profile RRAs now.
Thanks for any suggestions.