I an installing the current syslog plugin for CactiEZ v0.1 and noticed a couple of things that seem to be issues.
I modified the lib\functions.php file per the instructions.
I modified the include\config_arrays.php file to add item 18 to the array. Number 18 was the next available number.
I modified the top_header.php and top_graph_header.php files per the directions.
When it came to the database part, I discovered that in the haloe.text file it says:
Quote:
4. -- Create the database for h.aloe --
If you are already using a syslog database you can skip this step and modify the configuration files to reflect your syslog database settings.
Use the included haloe.sql file to create the database "haloe" with the table "logs" in mysql:
Run this command to install the database in mysql:
mysql -u root -p < haloe.sql
But there is no haloe.sql file in the tar file. There is a syslog.sql file.
BUT it does not have the create database statement, only the create tables statements.
Are there any special considerations for the haloe database or will a simple create database statement be OK?