THEME: Black - based on nerve center
-
Now with Temperature Monitor! (with phpsysinfo Package)
-
Now with Temperature Monitor!
How are you polling the temperature? From the ACPI thermal zone(s)?
-
Using mbmon
It's so simple, I don't know why I didn't think of it before.
EDIT: Need phpsysinfo package.
-
Ah, OK. A dashboard widget might be nice for that, if phpsysinfo is already installed. Sort of like how I have separate widget packages for Snort and HAVP.
Some motherboards support polling the temp straight from ACPI with no extra software installed. Unfortunately support for that is pretty sparse. I've been meaning to code in some support for that but I need access to more hardware that actually supports it. ;D
-
How can I do that…
if mbmon exists then .... else nothing Oh, I could do a file exists for /usr/local/bin/mbmon Would that work?
-
Yeah that should be sufficient. If the binary exists then it should be installed and usable.
-
Updated
Will now look for mbmon before attempting to display temperatures.
Thank you jimp! -
Now install and uninstall the theme with 3 simple commands.
This allows you to install and remove without having to mess with the file system!
Each line is a separate command and should be executed separatelyTo execute go to Diagnostics -> Command
Push Execute to run the commandfetch -o /tmp/install-black-nerve.sh http://tomschaefer.org/temp/pfsense/black-nerve/install-black-nerve.sh chmod 777 /tmp/install-black-nerve.sh /tmp/install-black-nerve.sh
When you are done installing go to System -> General Setup -> Change The Theme to black-nerve at the bottom of the page!
Now install phpsysinfo for the Temperature statsTo uninstall follow the same instructions but use the below commands:
fetch -o /tmp/remove-black-nerve.sh http://tomschaefer.org/temp/pfsense/black-nerve/remove-black-nerve.sh chmod 777 /tmp/remove-black-nerve.sh /tmp/remove-black-nerve.sh
When you are done go to System -> General Setup -> and change the Theme to NerveCenter
Thank you!
-
New update released!
-
New PieChart based on JpGraph
-
Temperature is integrated
-
Some minor aesthetic changes
The Pie chart will be displayed if you have more than 0% Disk Usage
The Temperature will be displayed if you have phpsysinfo installed (looks for mbmon) -
-
Updated! Thank you again for your work, my current favorite.
-
hey did you port this over to the 2.0rc1 system yet????
Looks pretty nice but Im sure some stuff might need tweaked so you can have all features..
Thanks.
-
hey did you port this over to the 2.0rc1 system yet????
Looks pretty nice but Im sure some stuff might need tweaked so you can have all features..
Thanks.
Thanks for reminding me. I will start here soon.
-
I get the following error: "The passwords do not match" for every theme available….
Why??
-
And now I cant change themes at all.
-
And now I cant change themes at all.
This theme hasn't been tested with 2.0. You may have to manually edit your config to go back to another theme.
-
Its on 1.2.3 ;)
-
Its on 1.2.3 ;)
It's been fully tested on 1.2.3. You shouldn't have any problems at all. Can you go into more detail about your problem?
-
I had to enter the password for the firewall everytime I would like to change theme…
When I did that, it could change the theme. Otherwise it wouldnt.
Thats why it showed me mismatch between passwords.
-
I had to enter the password for the firewall everytime I would like to change theme…
When I did that, it could change the theme. Otherwise it wouldnt.
Thats why it showed me mismatch between passwords.
That's very strange. It's a theme so passwords or any settings are changed. It's just adds a different CSS to the nervecenter theme.
-
Thx :) I wondered about that myself.