Use the information in the following tables to learn about all possible password expiry alerts in detail that are raised by Fault Management.
| 35100 | Password Expiry Threshold | 
|---|---|
| Description | Send an alert when an SLX user‘s password is about to expire. | 
| Preconditions | GoRaslog receives the raslog message from SLX that indicates that
                                the password for a given user it about to expire. The following
                                alert levels are from payload of raslog. These are not severities of
                                the alerts that will be raised. 
 Severity: Warning  | 
                        
| Requirements | 
                                 Alert shows the following data:  
                                
 The following example shows an alert when a password is about to
                                    expire:
                                     
                            <116>1 2003-10-11T22:14:15.003Z xco.machine.com AppFaultManager - - [meta sequenceId=”47”] [origin ip=”10.20.30.40” enterpriseId=”1916” software=”XCO” swVersion=”3.5.0”] [alert@1916 resource=/App/Component/Asset/Device/Password?device_ip=10.2.3.4&user_name=test1” alertId=”35100” cause=”passwordExpiryProblem” type=”processingErrorAlarm” severity=”warning”] [alertData@1916 user_name=”test1” device_ip=”10.2.3.4” alert_level=”major” expiry_days=2 xco_device_user=true] BOMPassword for User “test1” will expire in 2 days on device 10.2.3.4.  | 
                        
| Health Response | Response{ 
Resource: /App/Component/Asset/Device/Password?device_ip=10.2.3.4&user_name=test1 
HQI { 
Color: Yellow Value: 2 
} 
StatusText: Password for User “test1” will expire in 2 days on device 10.2.3.4.. 
}
 | 
                        
| 35101 | Password Expired | 
|---|---|
| Description | Send an alert when an SLX user‘s password has expired. | 
| Preconditions | GoRaslog receives the raslog message from SLX that indicates that
                                the password for a given user has expired. 0 days indicate that the
                                password expired today. Severity: Minor  | 
                        
| Requirements | 
                                 Alert shows the following data: 
 The following example shows an alert when a password is
                                    expired: 
                            <116>1 2003-10-11T22:14:15.003Z xco.machine.com AppFaultManager - - [meta sequenceId=”47”] [origin ip=”10.20.30.40” enterpriseId=”1916” software=”XCO” swVersion=”3.5.0”] [alert@1916 resource=/App/Component/Asset/Device/Password?device_ip=10.2.3.4&user_name=test1” alertId=”35101” cause=”keyExpired” type=”processingErrorAlarm” severity=”minor”] [alertData@1916 user_name=”test1” device_ip=”10.2.3.4” expired_days=2 xco_device_user=false] BOMPassword for User “test1” had expired 2 days ago on device 10.2.3.4.  | 
                        
| Health Response | Response{ 
Resource: /App/Component/Asset/Device/Password?device_ip=10.2.3.4&user_name=test1 
HQI { 
Color: Orange 
Value: 3 
} 
StatusText: Password for User “test1” had expired 2 days ago on device 10.2.3.4... 
}
 | 
                        
| 35102 | Password Expiry Clear | 
|---|---|
| Description | Send an alert when an SLX user‘s password is renewed. | 
| Preconditions | 
                                 GoRaslog receives the raslog message from SLX that indicates that the password for a given user has been renewed. Severity: Info  | 
                        
| Requirements | 
                                 Alert shows the following data: 
 The following example shows an alert when a password is
                                    renewed: 
                            <116>1 2003-10-11T22:14:15.003Z xco.machine.com AppFaultManager - - [meta sequenceId=”47”] [origin ip=”10.20.30.40” enterpriseId=”1916” software=”XCO” swVersion=”3.5.0”] [alert@1916 resource=/App/Component/Asset/Device/Password?device_ip=10.2.3.4&user_name=test1” alertId=”35102” cause=”passwordExpiryClear” type=”processingErrorAlarm” severity=”info”] [alertData@1916 user_name=”test1” device_ip=”10.2.3.4” xco_device_user=true] ] BOMPassword for User “test1” renewed on device 10.2.3.4.  | 
                        
| Health Response | Response{ 
Resource: /App/Component/Asset/Device/Password?device_ip=10.2.3.4&user_name=test1 
HQI { 
Color: Green 
Value: 0 
} 
StatusText: Password for User “test1” renewed on device 10.2.3.4 
}
 |