Re: 1 Question & 1 Problem
Bill WIlson <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.gkrellm |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 19 Jul 2006 11:48:10 +0200 Jürgen Ladstätter <[email protected]> wrote: > Hi everyone in the list, > > > > Im having a question: Is it possible to review the graphs somehow? Or > atleast the values? We are using gkrellm for our 20 Servers to monitor them > and when one sys crashs or reaches some limits we would need some kind of > email notification and then we would also need to review the last logs / > graphs. Any idea, or any way to achieve this? I've had in mind adding logging to gkrellm via the alert system and it's really the next significant feature I want to add. Maybe I can come up with something to check out before too long (there's already API support in gkrellm for doing it via a plugin). > > The second thing is the OpenBSD problem. Gkrellm works very nice on > OpenBSD3.9 but when I want to install it on OpenBSD 3.5 theres no chance to > get it work. When I try to install it via pkg_add I get the following > errors: > > > > bash-2.05b# pkg_add gkrellm-server-2.2.4.tgz > > Adding gkrellm-server-2.2.4.tgz > > Collision: the following files already exists > > /usr/local/lib/pkgconfig > > /usr/local/share/locale/cs Don't know about this. > If I try to compile it I get those errors: > > > > bash-2.05b# cd gkrellm-2.2.9 > In file included from sysdeps-unix.c:54: > > ../src/sysdeps/bsd-net-open.c: In function `gkrellm_sys_disk_read_data': > > ../src/sysdeps/bsd-net-open.c:92: structure has no member named `dk_bytes' > > ../src/sysdeps/bsd-net-open.c:66: warning: `rbytes' might be used > uninitialized in this function There's a check for using dk_bytes or dk_rbytes and maybe it needs fixing to handle OpenBSD. You could try editing the src/sysdeps/bsd-net-open.c file beginning at line 88 to force using dk_rbytes and dk_wbytes instead of dk_bytes. I guess the OpenBSD ports has patched this if it works on 3.9. Bill _______________________________________________ Gkrellm mailing list [email protected] http://lists.jutley.org/cgi-bin/mailman/listinfo/gkrellm