man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: July 2014
 
 

libssagent(3LIB)

Name

libssagent - Sun Solstice Enterprise Agent library

Synopsis

cc [ flag... ] file... –lssagent [ library.. ]

Description

The libssagent library is a high level API library that is dependent on libssasnmp. This library contains the starting point of the request-driven engine that always runs in the background within the subagent. It receives SNMP requests, evaluates variables, calls the appropriate functions, and sends the correct responses.

INTERFACES

INTERFACES

The shared object libssagent.so.1 provides the public interfaces defined below. See Intro(3) for additional information on shared object interfaces.

SSAAgentIsAlive
SSAGetTrapPort
SSAMain
SSARegSubagent
SSARegSubtree
SSASubagentOpen
_SSASendTrap
_SSASendTrap2
_SSASendTrap3
callItem
numCallItem
numTrapElem
trapAnyEnterpriseInfo
trapBucket
trapEnterpriseInfo
trapTableMap

Files

/usr/lib/libssagent.so.1

shared object

/usr/lib/64/libssagent.so.1

64-bit shared object

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/management/snmp/sea
MT-Level
Unsafe

See also

Intro(3), libssasnmp(3LIB), attributes(5)