From: Ciro I. <cy...@gm...> - 2006-08-23 02:04:00
|
Just tried current cvs snapshot (22-08-2006), perfparse.cgi gives An error occured with the SQL: "SELECT group_name, raw_show_normal, raw_show_warning, raw_show_critical, raw_show_unknown, raw_refresh_time FROM perfdata_users WHERE user_name = 'iriartec'" Failure Message: "Unknown column 'group_name' in 'field list'" perfparse-log2mysql also segfaults CI.- |
From: Florian G. <fl...@bi...> - 2006-08-24 05:20:48
|
Hi Reporting bugs - even in cvs snapshots helps. If you can program C or PHP or design HTML you can help. Or you write documentation or howto's in our wiki: http://wiki.perfparse.org Don't expect that cvs snapshots work the next 2 weeks. There is much work in progress. Besides the "classical" cgi i also develop a php based web interface. I decided to drop the cgi based interface. I will check if the php based interface let the hosts fall off the screen too. I have nagios 1.4 and nagios 2.0 running with pp and i think that it should work with 2.5 too. If i have some time i will check that. If you have any problems, use mailing lists or the wiki to ask for help. Flo Ciro Iriarte schrieb: > 2006/8/23, Florian Gleixner <fl...@bi... > <mailto:fl...@bi...>>: > > > cvs snapshots are really in development now. I try to reorganize some > things in the tables and therefore things will not work as expected for > some time in snapshots. > > As always: help is welcome. > > Flo > > > Just reporting bugs?, i'm not an uber dba :D but would like to help, > what can i do?, i'm doing a nagios 1.2 ---> nagios 2.5+perfparse > migration and really need to make this work, how should i help?, also if > you have many hosts in a group, the list falls off the screen... > > CI.- > > |
From: Ciro I. <cy...@gm...> - 2006-09-12 09:47:17
|
2006/8/24, Florian Gleixner <fl...@bi...>: > > Hi > > Reporting bugs - even in cvs snapshots helps. If you can program C or > PHP or design HTML you can help. Or you write documentation or howto's > in our wiki: http://wiki.perfparse.org > > Don't expect that cvs snapshots work the next 2 weeks. There is much > work in progress. > > Besides the "classical" cgi i also develop a php based web interface. I > decided to drop the cgi based interface. I will check if the php based > interface let the hosts fall off the screen too. > > I have nagios 1.4 and nagios 2.0 running with pp and i think that it > should work with 2.5 too. If i have some time i will check that. If you > have any problems, use mailing lists or the wiki to ask for help. > > Flo > Well, got the stable version (0.106.1) running because i got some issues running the snapshot, I was getting data stored in the DB, but the php didn't show any host option to graph and had an "invalid type for second parameter" in perfparse.php, can't recall exactly right now. Once the new changes are ready for prime time, can i just upgrade without losing data? (currently the "*URL to create this graph" *line is too long) CI.- |
From: Florian G. <fl...@bi...> - 2006-09-13 18:52:12
|
Ciro Iriarte wrote: > > Well, got the stable version (0.106.1) running because i got some issues > running the snapshot, I was getting data stored in the DB, but the php > didn't show any host option to graph and had an "invalid type for second > parameter" in perfparse.php, can't recall exactly right now. Once the > new changes are ready for prime time, can i just upgrade without losing > data? (currently the "*URL to create this graph" *line is too long) > > CI.- > Workin on it right now :-) But next week i'm offline. It will take some time for all changes. Yes, i plan a script that will do a database conversion, but it will take a long time to run if the database is big. I'll keep you all informed. Flo |
From: Ciro I. <cy...@gm...> - 2006-09-17 02:59:46
|
2006/9/13, Florian Gleixner <fl...@bi...>: > > > > Ciro Iriarte wrote: > > > > Well, got the stable version (0.106.1) running because i got some issues > > running the snapshot, I was getting data stored in the DB, but the php > > didn't show any host option to graph and had an "invalid type for second > > parameter" in perfparse.php, can't recall exactly right now. Once the > > new changes are ready for prime time, can i just upgrade without losing > > data? (currently the "*URL to create this graph" *line is too long) > > > > CI.- > > > > Workin on it right now :-) But next week i'm offline. It will take some > time for all changes. Yes, i plan a script that will do a database > conversion, but it will take a long time to run if the database is big. > > I'll keep you all informed. > > Flo > Thanks |