Good Day,
I have a suggestion for a XYMON UI update. Please let me know what you think of the idea?
Riaan
Looks great. I like the better gradient background.
I use HTTP auth, though. I don't think the login page would interact the same.
Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
On Fri, Dec 4, 2015 at 10:17 AM, Riaan Pretorius [GMAIL] < pretorius.riaan at gmail.com> wrote:
Good Day,
I have a suggestion for a XYMON UI update. Please let me know what you think of the idea?
Riaan
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
Here is something I was toying arouond with a while back.
All the changes (except a few) are done as tweaks to the the static html.
- Two changes to config files (xymonmenu.cfg and xymonserver.cfg) were needed.
- libcolor.h needed a change.
- xymongen-pagegen.c needed changes to support each cell of the table having its own background color. The worst color of the page became a frame around the page instead of the background of the page.
Comments?
The patchfile for pagegen is 51 lines (to give an idea of tweaks):
add table to store class names char td_style_table[COL_COUNT+1][7] = {"green", "clear", "blue", "purple", "yellow", "red", "miss"};
change fprintf(output, "<td align=center>"); to this fprintf(output, "<TD class=\"td%s\">", td_style_table[e->color]);
If there is interest I will update the patch files for latest version and pass on what I have so far. I had not quite got the framing perfect on some of the pages (last bug I think).
-- Isaac Traxler Storage & Infrastructure Manager High Performance Computing Louisiana State University, LONI 325 Frey Computing Center, Baton Rouge, LA 70803 225-578-1923 | traxler at lsu.edu
On Fri, 4 Dec 2015, Riaan Pretorius [GMAIL] wrote:
Date: Fri, 4 Dec 2015 09:17:36 From: "Riaan Pretorius [GMAIL]" <pretorius.riaan at gmail.com> To: xymon at xymon.com Subject: [Xymon] Idea about GUI
?Good Day,
I have a suggestion for a XYMON UI update. Please let me know what you think of the idea?
[IMAGE]
[IMAGE] ? Riaan
Like the table. Really hate the white bg :(
Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373 On Dec 4, 2015 11:20 AM, "Isaac W Traxler" <traxler at lsu.edu> wrote:
Here is something I was toying arouond with a while back.
All the changes (except a few) are done as tweaks to the the static html.
- Two changes to config files (xymonmenu.cfg and xymonserver.cfg) were needed.
- libcolor.h needed a change.
- xymongen-pagegen.c needed changes to support each cell of the table having its own background color. The worst color of the page became a frame around the page instead of the background of the page.
Comments?
The patchfile for pagegen is 51 lines (to give an idea of tweaks):
add table to store class names char td_style_table[COL_COUNT+1][7] = {"green", "clear", "blue", "purple", "yellow", "red", "miss"};
change fprintf(output, "<td align=center>"); to this fprintf(output, "<TD class=\"td%s\">", td_style_table[e->color]);
If there is interest I will update the patch files for latest version and pass on what I have so far. I had not quite got the framing perfect on some of the pages (last bug I think).
-- Isaac Traxler Storage & Infrastructure Manager High Performance Computing Louisiana State University, LONI 325 Frey Computing Center, Baton Rouge, LA 70803 225-578-1923 | traxler at lsu.edu
On Fri, 4 Dec 2015, Riaan Pretorius [GMAIL] wrote:
Date: Fri, 4 Dec 2015 09:17:36
From: "Riaan Pretorius [GMAIL]" <pretorius.riaan at gmail.com> To: xymon at xymon.com Subject: [Xymon] Idea about GUI
?Good Day,
I have a suggestion for a XYMON UI update. Please let me know what you think of the idea?
[IMAGE]
[IMAGE] ? Riaan
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
participants (3)
-
josh@imaginenetworksllc.com
-
pretorius.riaan@gmail.com
-
traxler@lsu.edu