-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advanced info only available through the 'Original' theme #127
Comments
@Tontonitch Well it depends on how the theme template is constructed. As I wanted to separate the data generation from the theme templates, it's also possible you are using the default 'basic' data template. Can you try to execute:
Does FireMotD show all info afterwards?
I admit this should be doucmented a bit more. :) Maybe a 'getting started' menu or something would be good. |
I've tried the commands and don't get the expected results.
The info returned by FireMotD are still the basic ones (I expect php, httpd and mysql info):
|
Mjah php, httpd and mysql is idem not in most of the themes. They should probabaly be added. |
@willemdh With the latest version doesn't display APPs/V. Only Original theme displays any APPs that may be installed. |
I had the same issue until I generated the cache for all templates. Try running a |
@c250 @abrowndb Regenerating the caches should help indeed. I'm not sure where it went wrong for you? The readme.md has been updated, see https://github.com/OutsideIT/FireMotD#generating-caches As I'm using Ansible to distribute FireMotD, it's possible one of the other install methids (make / Install function) is missing something? |
@willemdh I was using make to perform my installation. I had seen the generate cache option either here or on OutsideIT when I was first installing (I bounced between the two). I thought I had generated it, but I had some other, non-related, issues which caused me to remove my initial install and reinstall. Took me a bit to remember to do it, but the install was pretty straightforward. This is the test for my homelab and it will be deployed out to my other systems via ansible. We have an older version installed at work and I will be looking to upgrade it (we deploy by ansible there as well) and I really appreciate the updated VMWare CPU sockets and core information. That will be very useful across our small shop. I appreciate the hard work and time you put in to this. It's a great overview when logging in and truly useful. |
@willemdh I regenerated the cache on all templates multiple times.. Still no luck. |
@willemdh Still the same scenario.. when running FireMotD -G all -d the "Apps" are not reflected and as well I'm noticing IP change is not reflected |
@abrowndb I am by no means an expert having just gotten into deploying this and taking over systems with it already deployed on. However, are you seeing the categories and they are blank or are they not present at all? In my instance, prior to generating the cache, I wasn't even seeing the categories (CPU Usage, CPU Load, Memory etc.) in the output. Once I generated the cache, they began to show. Are yours present and blank or not present at all? You also need to save the data to the FireMotD.json file using FireMotd -S. Did you already set up the cron jobs as outlined in the walkthrough? I haven't dug through the code, @willemdh will be able to answer this far more accurately, but I don't think your IP change will go into effect until a new FireMotD -S is ran. If you have that in your cron correctly, it should be automatic after the next run which is randomized. |
Issue Type
Bug report
Issue Detail
Maybe I miss something, but the advanced info (Apache, MySQL, PHP, ...) only available through the 'Original' theme.
Expected Behavior
All the themes can produce the advanced info.
Actual Behavior
Only the theme Original produces the advanced info.
The text was updated successfully, but these errors were encountered: