Skip to content

loneleyboy1011/syslog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreeACS Fusion - Monitor Server

This project is a just a part of the whole product. Get the full picture here: http://www.freeacs.com/

Dependencies

https://github.com/freeacs/common.git
I recommend referencing this project as a Deployment Assembly Project

https://github.com/freeacs/dbi.git
I recommend referencing this project as a Deployment Assembly Project

Tomcat7 (or equivalent web container) must/should be installed

Jarfiles needed to make WAR file and run the project is part of the project (WebContent/WEB-INF/lib), but these may of course be exchanged for newer versions (if necessary) upon making a WAR file.

Eclipse setup

Git view: Import git repo
Git view: Import projects from git repo, import as general project
Package/Navigator view: Change project facets to Java 1.7 and Dynamic Web Module 3.0
Package/Navigator view: Deployment Assembly project reference to the freeacs-common and dbi project
Package/Navigator view: Specify Library->Server runtime on classpath - ex: use an installed Tomcat 7 server

Overview

This syslog server is of course made to support this product, but it should in theory work as a normal syslog server. There are a number of features with the server, and a lot of effort has gone into logging, handling of disk-space, failover (which I have disabled lately - too much trouble).

One major issue with the server is something called Syslog Event (specified in Web/Shell). The server will check for such event and perform certain actions based upon them.

Read more in docs

About

freeacs/syslog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%