Re: [Php-syslog-ng-support] Host count on main page is broken?

2006-07-19 Thread Clayton Dukes
just do it in cron every 5 minutes...works well for me On 7/19/06, Vadim Pushkin <[EMAIL PROTECTED]> wrote: > On the contrary, this *is* the best way. Try loading data, especially from > very chatty NT boxes, then reload everytime you do a search, see how long > this takes. You can always run t

Re: [Php-syslog-ng-support] Host count on main page is broken?

2006-07-19 Thread Vadim Pushkin
On the contrary, this *is* the best way. Try loading data, especially from very chatty NT boxes, then reload everytime you do a search, see how long this takes. You can always run this from cron, same way you do logrotate.php, or even manually after you've pointed a new server at it, but *not

Re: [Php-syslog-ng-support] Host count on main page is broken?

2006-07-19 Thread Freeman, Michael
That is sub-optimal.. It should be done "on-demand".. -Original Message- From: Vadim Pushkin [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 5:23 PM To: Freeman, Michael; php-syslog-ng-support@lists.sourceforge.net Cc: [EMAIL PROTECTED] Subject: RE: [Php-syslog-ng-support] Host

Re: [Php-syslog-ng-support] Host count on main page is broken?

2006-07-19 Thread Vadim Pushkin
When you go to "Config" then to the bottom of that page and click on "Reload Cache", it updates the names and count of all of the hosts you have as an option on the first page. .vp >From: "Freeman, Michael" <[EMAIL PROTECTED]> >Re-load cache? 8) why would I do that? > >-Original Message---

Re: [Php-syslog-ng-support] BUG: Search.php not using merge table?

2006-07-19 Thread Vadim Pushkin
As well it should be. MERGELOGTABLE simply states to use all_logs as the log/table that contains todays, as well as all other days worth of data in a MERGED format. logs is what is the same as TODAY only. logsDATE is the same as yesterday, the day before yesterday, etc. Again, MERLOGTABLE is

Re: [Php-syslog-ng-support] LogRotate (V2.9.2 tested)

2006-07-19 Thread Vadim Pushkin
>From: "Freeman, Michael" <[EMAIL PROTECTED]> >What is the "modified" version? I am only familiar with the one that >comes in current.tgz from cdukes (2.9.2), it is about 110 lines, and >seems to have support for merge tables.. The "modified" version is the one that Joel <[EMAIL PROTECTED]> h

Re: [Php-syslog-ng-support] Host count on main page is broken?

2006-07-19 Thread Freeman, Michael
Re-load cache? 8) why would I do that? -Original Message- From: Vadim Pushkin [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 5:00 PM To: Freeman, Michael; php-syslog-ng-support@lists.sourceforge.net Cc: [EMAIL PROTECTED] Subject: RE: [Php-syslog-ng-support] Host count on main p

Re: [Php-syslog-ng-support] Host count on main page is broken?

2006-07-19 Thread Vadim Pushkin
Look in includes/search.php and search for hostcount and hostarray. Mine shows this properly, have you re-run the reload cache? .vp >From: "Freeman, Michael" <[EMAIL PROTECTED]> >The counter that displays how many hosts are in the database on the >mainpage only shows two hosts, from the samp

[Php-syslog-ng-support] BUG: Search.php not using merge table?

2006-07-19 Thread Freeman, Michael
I have the define('MERGELOGTABLE', 'all_logs'); in my config.php and yet search.php seems to still be using the 'logs' table - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll

Re: [Php-syslog-ng-support] LogRotate (V2.9.2 tested)

2006-07-19 Thread Freeman, Michael
What is the "modified" version? I am only familiar with the one that comes in current.tgz from cdukes (2.9.2), it is about 110 lines, and seems to have support for merge tables.. Where does this LOGROTATE value come from? I didn't see it in config.php -- I'm also confused as to why/how we're actu

[Php-syslog-ng-support] Host count on main page is broken?

2006-07-19 Thread Freeman, Michael
The counter that displays how many hosts are in the database on the mainpage only shows two hosts, from the sample data, when I know there are at least 3. How is this being built? - Take Surveys. Earn Cash. Influence the Fut

Re: [Php-syslog-ng-support] LogRotate (V2.9.2 tested)

2006-07-19 Thread Vadim Pushkin
Hello Mikael; Here are my current issues. 1. Logrotate (the one that comes stock because I was unable to work out several bugs with the "modified" version) does not rotate to the correct number of days. My LOGROTATE entry has a 2. Here is what my syslog DB has in terms of tables as of right

Re: [Php-syslog-ng-support] Time out errors during install

2006-07-19 Thread Clayton Dukes
It took less than 2 minutes for mine to load. This would, of course, depend on server load, etc. You might also check your my.cnf and make sure it's not timing out there? When I get home, remind me and I'll look at my php.ini for comparison On 7/19/06, Freeman, Michael <[EMAIL PROTECTED]> wrote:

Re: [Php-syslog-ng-support] LogRotate (V2.9.2 tested)

2006-07-19 Thread Freeman, Michael
Did you get anywhere with logrotate.php? Can someone please explain to me what is going on with MERGE tables in 2.9.2? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vadim Pushkin Sent: Saturday, July 15, 2006 2:00 PM To: php-syslog-ng-support@lists.sou

Re: [Php-syslog-ng-support] JPGRAPH on FC4/5 Was re: V2.9.2 NowAvailable

2006-07-19 Thread Jason Martens
On Wed, 2006-07-19 at 13:01 -0500, Freeman, Michael wrote: > UGh... So this means I have to get this corefonts stuff on Solaris > in order to use Jpgraph? What a bummer.. > If you have other TTFs installed, it's not that difficult to switch to them instead. For instance, on Debian, the defa

Re: [Php-syslog-ng-support] JPGRAPH on FC4/5 Was re: V2.9.2 NowAvailable

2006-07-19 Thread Vadim Pushkin
Yes, if your webserver is running on that, but it is really not that difficult. You are merely just copying them (with the cabextract prog) into the dir you've stated in your jpgraph.ini .vp >From: "Freeman, Michael" <[EMAIL PROTECTED]> >UGh... So this means I have to get this corefont

Re: [Php-syslog-ng-support] JPGRAPH on FC4/5 Was re: V2.9.2NowAvailable

2006-07-19 Thread Freeman, Michael
If anyone needs these fonts for solaris, Let me know I have a package available now. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Freeman, Michael Sent: Wednesday, July 19, 2006 1:01 PM To: Vadim Pushkin; [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: php-sy

Re: [Php-syslog-ng-support] JPGRAPH on FC4/5 Was re: V2.9.2 NowAvailable

2006-07-19 Thread Freeman, Michael
UGh... So this means I have to get this corefonts stuff on Solaris in order to use Jpgraph? What a bummer.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vadim Pushkin Sent: Monday, July 17, 2006 3:41 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc:

Re: [Php-syslog-ng-support] Time out errors during install

2006-07-19 Thread Freeman, Michael
I tried setting my timeout to 120 seconds and it still failed.. It looks like this is all related to the CEMDB stuff, so I will just load it manually with mysqladmin (I think this may be a better way anyways, perhaps we could do a system call from the installer?) -Original Message- From: