JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Solaris System Management Agent Developer's Guide
search filter icon
search icon

Document Information

Preface

1.  Introduction to the System Management Agent

2.  Creating Modules

3.  Data Modeling

4.  Storing Module Data

5.  Implementing Alarms

Refresh Intervals

Asynchronous Trap Notification

Thresholds for Sending Traps

demo_module_4 Code Example for Alarms

Reading Data From the demo_module_4.conf Configuration File

Using SNMP_CALLBACK_POST_READ_CONFIG in demo_module_4

Generating Traps in demo_module_4

6.  Deploying Modules

7.  Multiple Instance Modules

8.  Long-Running Data Collection

9.  Entity MIB

10.  Migration of Solstice Enterprise Agents to the System Management Agent

A.  SMA Resources

B.  MIBs Implemented in SMA

Glossary

Index

Chapter 5

Implementing Alarms

This chapter explains how to implement alarms in modules. The demo_module_4 is used to illustrate techniques.

The chapter contains the following topics: