Hi! We’d like to add an app similar to the System Status app, but would like for it to show partition-level stats for our cluster.
I’ve figured out how to do this with a passenger app (very basic example here: GitHub - ams304/ood-partition), but I’m wondering if it’s possible to get similar functionality with a dashboard app so that we can still use the OOD dashboard header/footer in our views, and perhaps make use of some of the OOD dashboard helper functions?
Thank you!
Hi and welcome!
I think you should be able to do this with a combination of custom pages (documentation below) and initializers.
Perfect, thank you!
And for future reference–are the only ways to introduce ruby code to use in my custom pages either writing an initializer or writing ruby inside the erb file?
Yes, that’s correct.
1 Like