andersonreloaded
andersonreloaded
I am not sure of the licensing terms related to CEMDB. However, it was available with php-syslog-ng and it is from here that we copied and used it in our...
@TheWitness Sure. How do I share the copy ? Please suggest.
@TheWitness Could trace the cemdb.sql at following url: [https://github.com/OpenAai/php-syslog-ng/blob/master/www/html/install/sql/cemdb.sql](url) The table definition is as follows: ``` CREATE TABLE cemdb ( id int(5) unsigned NOT NULL auto_increment, name varchar(128) NOT NULL...
@netniV You nailed in right! The `name` column is the program name. The `message` column gives a hint about possible parameters associated with the event. The `explanation` column gives detailed...
@TheWitness Glad that you took up this enhancement. I should have done this 4 years back!. In fact @netniV requested to share our implementation. Looking forward to assist.