Skip to content
/ obslog Public

Implementation of a Syslog server in PHP that feeds directly into Observium because Observium is stupid.

Notifications You must be signed in to change notification settings

JoshIPT/obslog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

obslog

Implementation of a Syslog server in PHP that feeds directly into Observium because Observium is stupid.

Only basic but better than nothing.

Observium does a woeful job of matching hostnames, this works around that slightly.

Ensure the require_once() is pointing to your Observium config.php to get MySQL details. Only supports MySQL currently. Add to the $filters array to include more regex to filter the log entries.

Run this in supervisord using a config like below:

[program:obslog]
command=/opt/obslog/obslog.php
autostart=true
autorestart=unexpected

About

Implementation of a Syslog server in PHP that feeds directly into Observium because Observium is stupid.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages