2 shelf manager event monitor configuration, Ssf configuration – Artesyn System Services Framework Installation and Use (February 2014) User Manual

Page 58

Advertising
background image

SSF Configuration

System Services Framework Installation and Use (6806800S58B)

58

Use the following the conventions to add a service:

Service name should be less than 20 characters.

Service name should be same as that of Linux daemon service, if there exists a Linux
daemon.

Description of the service should be equal to or less than 128 characters.

Binary file path should be equal to or less than 128 characters.

Tabs should be given before the file list and space should be there between path and
filename.

Syntax
## SYSLOG NG configuration ####

service syslog-ng

{

enable=y;

desc=”syslog-ng system logger application”;

binFilePath=/opt/ssf/etc/config/bcsim/etc/init.d/syslog-ng;

numberOfConfigFiles=1;

filename

{

/opt/ssf/etc/config/bcsim/etc/syslog-ng syslog-ng.conf;

}

}

4.3.2

Shelf Manager Event Monitor Configuration

In the Shelf Manager Event Monitor configuration file
SSF_SHMM_1500.conf

, you can add the additional user defined events. The

SSF_SHMM_1500.conf

file is located at /opt/ssf/etc/config/bcsim/.

To disable a particular service parsing, add '#' before the service.

Advertising