mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-14 23:51:40 +00:00
Enterprise Control Configuration and Logging
AlarmTool.m | ||
AlertConfig.plist | ||
ChangeLog | ||
Command.m | ||
config.guess | ||
config.h.in | ||
config.make.in | ||
config.sub | ||
configure | ||
configure.ac | ||
Console.m | ||
Control.m | ||
Control.plist | ||
COPYING | ||
COPYING.LESSER | ||
EcAlarm.h | ||
EcAlarm.m | ||
EcAlarmDestination.h | ||
EcAlarmDestination.m | ||
EcAlarmSinkSNMP.h | ||
EcAlarmSinkSNMP.m | ||
EcAlerter.h | ||
EcAlerter.m | ||
EcBroadcastProxy.h | ||
EcBroadcastProxy.m | ||
ECCL-SNMP.odt | ||
ECCL.h | ||
EcClientI.h | ||
EcClientI.m | ||
EcCommand.m | ||
EcConsole.m | ||
EcControl.m | ||
EcHost.h | ||
EcHost.m | ||
EcLogger.h | ||
EcLogger.m | ||
EcMemoryLogger.h | ||
EcProcess.h | ||
EcProcess.m | ||
EcTest.h | ||
EcTest.m | ||
EcUserDefaults.h | ||
EcUserDefaults.m | ||
GNUmakefile | ||
GNUmakefile.postamble | ||
GNUmakefile.preamble | ||
GNUSTEP-MIB.txt | ||
install-sh | ||
local.make | ||
LogTool.m | ||
NSFileHandle+Printf.h | ||
NSFileHandle+Printf.m | ||
Operators.plist | ||
README | ||
README.COPYING | ||
README.SNMP | ||
Terminate.m |
Getting started =============== 1. Make sure you have GNUstep installed 2. Type 'make' ... to build the code and the documentation 3. Read the documentation (point your web browser at the ECCL subdirectory) 4. (optional) Customise (see local.make) and do 'make clean'. 5. Install it (type 'make install') and try it out. Key points ... 1. You may want to use 'defaults write NSGlobalDomain EcvEffectiveUser xxx' where 'xxx' is your username, to tell the system it should be running as you. 2. Debug files are written in ~xxx/DebugLogs ... look there to diagnose problems. 3. Configuration is in ~xxx/Data. Specifically, you need to configure ~xxx/Data/Command/Control.plist, ~xxx/Data/Command/Operators.plist, and ~xxx/Data/Command/AlertConfig.plist before the Control server will start. There are examples in the same directory as this README