Enterprise Control Configuration and Logging
Find a file
Richard Frith-MacDonald 9c25d16a78 sighup fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@36992 72102866-910b-0410-8b05-ffd578937521
2013-08-20 09:05:39 +00:00
AlarmTool.m Change suggested by Wolfgang to force linker to provide library on all systems. 2013-08-14 10:00:42 +00:00
AlertConfig.plist Allow fallback value for responsible email address 2013-04-12 11:27:16 +00:00
ChangeLog add alarm tool 2013-08-05 15:38:36 +00:00
Command.m fix compiler warnings 2012-10-28 12:32:35 +00:00
config.guess Enterprise Control/Configuration/Logging package ... preliminary check in. 2012-02-19 11:59:22 +00:00
config.h.in check for mallinfo in -lmalloc 2012-10-07 13:48:51 +00:00
config.make.in check libs 2012-10-07 13:56:52 +00:00
config.sub Enterprise Control/Configuration/Logging package ... preliminary check in. 2012-02-19 11:59:22 +00:00
configure Fix a couple of types and, more importantly, documentation files accidentally 2012-10-12 16:59:04 +00:00
configure.ac Fix a couple of types and, more importantly, documentation files accidentally 2012-10-12 16:59:04 +00:00
Console.m fix compiler warnings 2012-10-28 12:32:35 +00:00
Control.m fix compiler warnings 2012-10-28 12:32:35 +00:00
Control.plist Some help starting up 2013-01-18 20:38:59 +00:00
COPYING Fix a couple of types and, more importantly, documentation files accidentally 2012-10-12 16:59:04 +00:00
COPYING.LESSER Add copyright 2012-02-19 12:53:41 +00:00
EcAlarm.h passing userInfo for alarms 2013-04-12 11:13:02 +00:00
EcAlarm.m add alarm userInfo to hold responsible email address 2013-04-12 09:47:08 +00:00
EcAlarmDestination.h Add copyright 2012-02-19 12:53:41 +00:00
EcAlarmDestination.m alarm flushing fix 2013-01-26 15:14:51 +00:00
EcAlarmSinkSNMP.h Add gnustep PEN 2012-03-16 11:00:41 +00:00
EcAlarmSinkSNMP.m minor 64bit issues 2013-07-13 07:58:07 +00:00
EcAlerter.h Allow fallback value for responsible email address 2013-04-12 11:27:16 +00:00
EcAlerter.m minor 64bit issues 2013-07-13 07:58:07 +00:00
EcBroadcastProxy.h more doc tweaks 2012-10-12 15:18:33 +00:00
EcBroadcastProxy.m fix typos 2013-02-09 11:40:00 +00:00
ECCL-SNMP.odt add some documentation of the alarm system and snmp 2013-04-26 14:07:57 +00:00
ECCL.h add alarm tool 2013-08-05 15:38:36 +00:00
EcClientI.h add log generationt tool and clean up Terminate to use standard names 2013-08-05 10:45:52 +00:00
EcClientI.m Allow class of tools to be overridden with local version. 2012-02-19 14:42:50 +00:00
EcCommand.m Fix wrong command name in help. 2013-07-15 14:53:09 +00:00
EcConsole.m sighup fixes 2013-08-20 09:05:39 +00:00
EcControl.m minor 64bit issues 2013-07-13 07:58:07 +00:00
EcHost.h Backward compatibility user default name fixes 2012-10-05 11:31:23 +00:00
EcHost.m Backward compatibility user default name fixes 2012-10-05 11:31:23 +00:00
EcLogger.h Add copyright 2012-02-19 12:53:41 +00:00
EcLogger.m Register instance for notifications. 2012-11-26 15:12:55 +00:00
EcProcess.h fix error in format function 2013-07-14 10:11:09 +00:00
EcProcess.m sighup fixes 2013-08-20 09:05:39 +00:00
EcUserDefaults.h Add copyright 2012-02-19 12:53:41 +00:00
EcUserDefaults.m fix compiler warnings 2012-10-28 12:32:35 +00:00
GNUmakefile add alarm tool 2013-08-05 15:38:36 +00:00
GNUmakefile.postamble improve documentation 2012-10-12 14:59:15 +00:00
GNUmakefile.preamble avoid compiler warnings by removing libraries from snmp compile time flags 2012-10-14 10:11:47 +00:00
GNUSTEP-MIB.txt add copyright 2013-04-29 10:25:29 +00:00
install-sh Enterprise Control/Configuration/Logging package ... preliminary check in. 2012-02-19 11:59:22 +00:00
local.make better example values 2012-12-03 14:23:56 +00:00
LogTool.m Change suggested by Wolfgang to force linker to provide library on all systems. 2013-08-14 10:00:42 +00:00
NSFileHandle+Printf.h minor 64bit issues 2013-07-13 07:58:07 +00:00
NSFileHandle+Printf.m Add copyright 2012-02-19 12:53:41 +00:00
Operators.plist Some help starting up 2013-01-18 20:38:59 +00:00
README compress/delete improvements. 2013-07-12 19:05:52 +00:00
README.COPYING Fix a couple of types and, more importantly, documentation files accidentally 2012-10-12 16:59:04 +00:00
README.SNMP first time snmp startup commands 2012-11-21 14:55:23 +00:00
Terminate.m add log generationt tool and clean up Terminate to use standard names 2013-08-05 10:45:52 +00:00

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/Logs ... 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