Aarro,
Thats good, maybe you could write a guide on how to get those working.
Also in the newer JFFNMS Windows install, the cmd windows don't show up anymore even with the windows scheduler.
Javier
aaron wrote:
I've also got nnCronlite instead of using the windows scheduler and running all my jobs in cron instead (no annoying cmd window anymore, and php seems to run a bit faster in that mode too)
Aaron
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of aaron Sent: Tuesday, June 15, 2004 10:34 AM To: 'Javier Szyszlican' Cc: [EMAIL PROTECTED] Subject: RE: [jffnms-users] Syslog format
I got sysloging/working on Windows now. I'm using Kiwi Sysloger to
Mysql/Mysql ODBC. Work fabulous.
Just had Kiwi format for JFFNMS's requirements.
Aaron
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Javier Szyszlican Sent: Tuesday, June 15, 2004 8:49 AM Cc: [EMAIL PROTECTED] Subject: Re: [jffnms-users] Syslog format
Hi Aaron,
The only part of the code in that JFFNMS reads the syslog table, is in engine/consolidate/syslog.php
It connects to the syslog table and reads the messages, parses them and adds them to the events table.
So if you want JFFNMS to read another DB too, you will have to modify or copy this file to change the DB connection.
Also, why do you need this? you can configure msyslog or syslog-ng to store data in a remote DB.
Javier
aaron wrote:
Howdy All!
How does the syslog format work in the jffnms DB? Does it or can the Syslog messages be sent to another MYSQL DB and JFFNMS parse that DB or do they have to be inserted into the JFFNMS SYSLOG table? and what are the paticular fields neccessary to start having JFFNMS parse the log?
This is what i found in the Syslog Table:
`date` datetime NOT NULL default '0000-00-00 00:00:00', `host` varchar(128) default NULL, `date_logged` datetime NOT NULL default '0000-00-00 00:00:00', `message` text, `id` int(10) unsigned NOT NULL auto_increment, `analized` tinyint(2) NOT NULL default '0', Thanks, Aaron
-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Javier Szyszlican, Project Leader, JFFNMS [EMAIL PROTECTED]
I hope JFFNMS or I were helpful to you, if you can, please donate at http://jffnms.org/donate
------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ jffnms-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jffnms-users
------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ jffnms-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jffnms-users
-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Javier Szyszlican, Project Leader, JFFNMS [EMAIL PROTECTED]
I hope JFFNMS or I were helpful to you, if you can, please donate at http://jffnms.org/donate
------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ jffnms-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jffnms-users
