Beta program for V0.4.0 #46
Replies: 8 comments 10 replies
-
Beta Was this translation helpful? Give feedback.
-
Afternoon, |
Beta Was this translation helpful? Give feedback.
-
All appears to be working now! See below. I do get a warning icon on the page showing this: Updated as follows:
power: 550
|
Beta Was this translation helpful? Give feedback.
-
That's good news, it is worth pursuing what other issues might exist in the file. One thing that will make it easier to look at your configuration though, if you use the markdown trigger then GitHub then your settings will be displayed in mono-space and colour coded for ease of reading. You can do this by starting a line with 3 tick marks (not single quote) but the tick key in the very top left of your keyboard. This is usually left of the '1' numeral and above the tab key. ``YAML
'' Which displays as follows if you add the third tick: some_code:
- Mode_code Check it with the |
Beta Was this translation helpful? Give feedback.
-
Config file... servers:
- server: "192.168.86.32"
port: 3493
monitor: true
devices:
- device: apcmain
default: true
displayname: 'APC BE600M1' |
Beta Was this translation helpful? Give feedback.
-
I'll have a look at this at the weekend, I've just started a new job and it's a bit hectic. |
Beta Was this translation helpful? Give feedback.
-
Hmmm, the logs don't have any of the warnings that would reveal issues of the config, they look fine. |
Beta Was this translation helpful? Give feedback.
-
I've identified that the warning was being over sensitive. It was caused by an optional feature, the web hooks, not being set. This should only be a warning in the log and not an alert on the UI. |
Beta Was this translation helpful? Give feedback.
-
The beta program for V0.4.0 has started
Please only access the beta version on DockerHub if you are willing to contribute feedback
Please pull the latest_beta tag from DockerHub
New features:
Add the ability to poll servers and devices, logging events and performance.
Events recorded will be:
Added a visual flag and dialogue box to indicate that there have been problems loading the config file
Changed the default icon to make it more compatible with dark themes.
Added new icons for use with HomePage, now in the
services.yaml
file you can use:Other images available are:
IMPORTANT - Breaking changes
Changed friendly
name
for devices todisplayname
in the servers section of the configuration.Change the way the servers and devices are represented in the servers section of the config file.
A typical
servers
section will change to look like this:Backward compatible, non-breaking changes
Added 'auto' option to control
cl-count
andcl-check
rework statements that picks up the expected client information from the server section rather than the rework statement control value.For example:
You can see that the number of clients and the list of clients are redundant, they are now collected from the
servers
section (See above)Beta Was this translation helpful? Give feedback.
All reactions