Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Is it anyhow possible to display custom x-labels for your graphs in cacti.
I would like to display my hours as 12 and not as 12:00 i.e. without the minutes. In rrdtool I would do something like
MINUTE : 15 HOUR : 1 : HOUR : 1 : 60 : %H
If not directly can someone tell me where to look in the source to make these changes?
I have not included the functionality to edit the x-axis from within cacti. If you want to edit the source and make the change yourself, I suggest looking at 'include/rrd_functions.php' ~line 419.