cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
384
Views
0
Helpful
1
Replies

Service Monitoring

seba
Level 1
Level 1

HEllo

I would like to monitor the state (Down, Alive, Suspended) of a certain service via SNMP. Is it posible?

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

in the mig svcext.mib that you can find by ftping to the CSS, you will find the following item

apSvcState OBJECT-TYPE

SYNTAX INTEGER {

suspended(1),

down(2),

alive(4),

dying(5)

}

MAX-ACCESS read-only

STATUS current

DESCRIPTION

"The current service state"

DEFVAL { suspended }

::= {apSvcEntry 17}

This should be what you want.

Gilles.

Review Cisco Networking for a $25 gift card