findmypast / icingaweb2-module-graphite

Icinga web 2 module to expose graphite perfdata metrics for services and hosts
MIT License
71 stars 26 forks source link

Graph is showing UTC timezone #75

Open ajayan769 opened 6 years ago

ajayan769 commented 6 years ago

I have set IST time zone in icinga and it's working fine as expected, but when I am integrating graphite module the graph is showing UTC timezone instead of IST. The graphite instance is running is IST timezone please help me here...

mkayontour commented 6 years ago

have you tried setting the timezone at graphite's local_settings? http://graphite.readthedocs.io/en/latest/config-local-settings.html#general-settings

TIME_ZONE Default: America/Chicago

The module-graphite let the graphs render on the graphite and provide them as an image in icingaweb2 - so everything which is displayed mostly is generated by graphiteweb itself.

Best Regards mkay

mkayontour commented 6 years ago

otherwise, have a look at the latest commit, i think the project is mostly done. This project really was the first one I tried and liked it really well - but now you should have a look at icingaweb2-module-graphite

recently theres more activity

ajayan769 commented 6 years ago

@mkayontour Thanks for your inputs, I have followed your first suggestion but still no luck :(

Yeah, I have tried the second module "icingaweb2-module-graphite" but it wasn't working for me so I tried this one. Anyway thanks for the help.

ajayan769 commented 6 years ago

@mkayontour Just restarted my instance after making the changes, now it's working as expected :D

mkayontour commented 6 years ago

@ajayan769 great, the restart would have been my second advise on this issue ...

sad that the other module isn't working for you ;) No problem - glad to help