Behavior Models Cookbook
-
Vendor Models - SnmpresCritAppStatus -
Path: /model/vendors/snmp_research/snmpres_crit_app_status.mod
This behavior model provides the status of the applications monitored by SNMP Research's CIAgent. When an application goes down and remains down for a specified time (the default is ten minutes), NerveCenter sends a 110031 Inform to the platform. When an application comes back up, the alarm returns to ground and sends a 120031 Inform to the platform. The nodes hosting the monitored applications must be associated with a property group that contains the property critAppProcEntry.
The following property must be in the property group for the nodes hosting the applications you want to monitor:
Below is a list of the objects that generate triggers:
Events Sent to OpenView by SnmpresCritAppStatus summarizes the events this behavior model sends to OpenView:
Events Sent to OpenView by SnmpresCritAppStatus
For complete information about events sent to OpenView, see the trapd.conf.txt
file shipped with these behavior models residing in:
/model/vendors/snmp_research
For more information about integrating NerveCenter with OpenView, or the other NerveCenter-supported network manager platforms, refer to the book Integrating NerveCenter with a Network Management Platform.
Below is a list of behavior model settings that you might want to customize to suit the requirements of your site.
The following is a list of sample CIAgent configurations that you might want to customize to suit the requirements of your site:
C:\etc\srconf\agt\critagt.cnf
Below is a sample entry for monitoring the DNS service:
critAppProcEntry 2 DNS "net start dns" "net stop dns" 1 true 3000
true false \ true
/etc/srconf/agt/critagt.cnf
Below is a sample entry for monitoring sendmail:
critAppProcEntry 1 sendmail "/etc/rc2.d/S88sendmail start"
"/etc/rc2.d/S88sendmail stop" 1 \
true
3000 true true true
The true parameter in these examples tells CIAgent to restart the application if it fails. Make this parameter false when you do not want CIAgent to restart the application.
CpqUps | SnmpresDiskUsage |
29 July 2003 |