Enterprise Control Configuration and Logging
Find a file
2019-10-05 15:43:58 +01:00
AlarmTool.m Build in some default argument values suiitable for testing 2018-02-23 14:56:34 +00:00
AlertConfig.plist Diagnostics for alarms 2015-11-18 11:25:49 +00:00
ChangeLog improve reporting of debug status 2019-10-05 15:43:58 +01:00
Command.m Pass debug settings to child 2019-06-07 09:20:15 +01:00
config.guess Enterprise Control/Configuration/Logging package ... preliminary check in. 2012-02-19 11:59:22 +00:00
config.h.in Improve key entry code 2018-03-02 11:04:25 +00:00
config.make.in Make the configure script test for the availability of readpassphrase() in the 2015-10-28 20:08:04 +00:00
config.sub Enterprise Control/Configuration/Logging package ... preliminary check in. 2012-02-19 11:59:22 +00:00
configure Improve key entry code 2018-03-02 11:04:25 +00:00
configure.ac Improve key entry code 2018-03-02 11:04:25 +00:00
Console.m fix compiler warnings 2012-10-28 12:32:35 +00:00
Control.m Pass debug settings to child 2019-06-07 09:20:15 +01:00
Control.plist Speed up realaunch 2019-02-11 16:17:16 +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 fix spelling 2017-03-08 16:52:47 +00:00
EcAlarm.m fix incorrect error message 2017-10-27 12:23:40 +01:00
EcAlarmDestination.h -setDebug: selector types tweak 2017-03-06 09:27:58 +00:00
EcAlarmDestination.m fix typo in comment 2017-03-06 09:33:07 +00:00
EcAlarmSinkSNMP.h Add gnustep PEN 2012-03-16 11:00:41 +00:00
EcAlarmSinkSNMP.m Don't use net-snmp's memdup function, as it is replaced by 2017-01-30 12:54:37 +00:00
EcAlerter.h Add files missed from last commit 2019-05-24 11:16:44 +01:00
EcAlerter.m Add files missed from last commit 2019-05-24 11:16:44 +01: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 fix minor typos 2014-10-24 12:56:43 +00:00
ECCL.h Enhancement for automated testing 2018-03-08 10:04:25 +00:00
EcClientI.h improve restart command to perform prompt restarts 2018-06-12 12:46:35 +01:00
EcClientI.m Improve restarting flag to better reflect the state of a task 2019-10-04 10:47:18 +01:00
EcCommand.m avoid compiler warning 2019-10-04 11:03:49 +01:00
EcConsole.m In EcConsole, pass distantFuture to -runMode:beforeDate: to prevent 2016-07-20 14:05:11 +00:00
EcControl.m stream alarm info to console 2019-05-28 16:57:44 +01: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 Explicitly declare ping methods oneway everywhere 2017-12-11 09:52:43 +00:00
EcLogger.m improve reporting of debug status 2019-10-05 15:43:58 +01:00
EcMemoryLogger.h improve memory usage reporting etc 2019-08-10 10:19:16 +01:00
EcProcess.h nother alarm setting for memory 2019-08-11 13:35:10 +01:00
EcProcess.m improve reporting of debug status 2019-10-05 15:43:58 +01:00
EcTest.h Allow for connection already being invalid 2015-10-15 10:37:31 +00:00
EcTest.m Make connection to process wait for regisdtration with Command server. 2016-11-29 08:32:39 +00:00
EcUserDefaults.h Implement specific lifetimes for temporary defaults overrides. 2019-05-27 16:19:45 +01:00
EcUserDefaults.m Implement specific lifetimes for temporary defaults overrides. 2019-05-27 16:19:45 +01:00
GNUmakefile Implement an interface to export memory usage statistics by loading 2015-07-15 08:41:14 +00:00
GNUmakefile.postamble improve cleanup for dist-clean 2019-03-14 14:39:03 +00:00
GNUmakefile.preamble More reliably system shutdown 2015-01-26 12:50:42 +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 set up well known hosts 2015-08-25 05:35:47 +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 add option to allow any user to log in 2014-03-26 09:38:34 +00:00
README Fix log puge 2015-05-07 06:44:22 +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 fix typo and add a couple of notes 2015-08-07 18:17:59 +00:00
Terminate.m fixup error in last change, when -Wait not used 2019-05-15 15:16:26 +01: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/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