-multinicb_postchange triggertype resource-name device-name previous-state current-state monitor_heartbeat
The variable triggertype represents whether trigger is custom (triggertype=0) or internal (triggertype=1).
Note For this trigger, triggertype=0.
The variable resource-name represents the MultiNICB resource that invoked this trigger.
The variable device-name represents the network interface device for which the trigger is called.
The variable previous-state represents the state of the device before the change. The value 1 indicates that the device is up; 0 indicates it is down.
The variable current-state represents the state of the device after the change.
The variable monitor-heartbeat is an integer count, which is incremented in every monitor cycle. The value 0 indicates that the monitor routine is called for first time
|