Simulate an abnormality event
Luis Millán Oct 10, 2011 4:46 AMHi guys,
Can I make a "msend" command to send an abnormality event to the ProactiveNet console? I send the following command and in the BPPM Console appear like abnormality console in the "All Event Collectors" section, but in the "All Abnormalities" section don't appear:
msend -n example_cell -a ABNORMALITY -r INFO -b "msg=Test abnormality event"
Do you know if I need another parameter?
This is the export of the event:
ABNORMALITY;
adapter_host='';
administrator='';
date='20111010111519.000000+060';
date_reception=1318238119;
duration=0;
event_handle=470231;
itsm_category='';
itsm_company='';
itsm_item='';
itsm_location='';
itsm_manufacturer='';
itsm_model_version='';
itsm_operational_category1='';
itsm_operational_category2='';
itsm_operational_category3='';
itsm_product_name='';
itsm_type='';
mc_abstracted=[];
mc_abstraction=[];
mc_account='';
mc_acl=[];
mc_action_count=0;
mc_arrival_time=1318238119;
mc_associations=[];
mc_bad_slot_names=[];
mc_bad_slot_values=[];
mc_cause=0;
mc_client_address='127.0.0.1';
mc_collectors=[''1.1'',''2.1.1'',''3.1.1'',''4.1'',''5.1''];
mc_date_modification=1318238119;
mc_effects=[];
mc_event_category=;
mc_event_model_version='1.1';
mc_event_relations=[];
mc_event_subcategory=OTHER;
mc_history=[];
mc_host='host_example';
mc_host_address='ip_host';
mc_host_class='';
mc_host_id=0;
mc_incident_report_time=1318238119;
mc_incident_time=0;
mc_local_reception_time=1318238119;
mc_location='location_example';
mc_long_msg='';
mc_modhist=[];
mc_notes=[];
mc_notification_history=[];
mc_object='';
mc_object_class='';
mc_object_owner='';
mc_object_uri='';
mc_operations=[];
mc_origin='';
mc_origin_class='';
mc_origin_key='';
mc_origin_sev='';
mc_original_priority=PRIORITY_5;
mc_original_severity=INFO;
mc_owner='';
mc_parameter='';
mc_parameter_threshold='';
mc_parameter_unit='';
mc_parameter_value='';
mc_priority=PRIORITY_5;
mc_propagations=[''propagation_example''];
mc_relation_source='';
mc_service='';
mc_smc_alias='';
mc_smc_causes=[];
mc_smc_effects=[];
mc_smc_id='';
mc_smc_impact=NOT_ELECTED;
mc_smc_priority=0.000000e+000;
mc_smc_type='';
mc_timeout=0;
mc_tool='';
mc_tool_address='ip_host';
mc_tool_class='';
mc_tool_id='';
mc_tool_key='';
mc_tool_rule='';
mc_tool_sev='';
mc_tool_suggestion='';
mc_tool_time=1318238119;
mc_tool_uri='';
mc_ueid='mc.cell_example.e92b7a7.0';
msg='Test adbnormality event';
pn_avg_value='';
pn_baseline_daily_high='';
pn_baseline_daily_low='';
pn_baseline_hourly_high='';
pn_baseline_hourly_low='';
pn_baseline_type=HOURLY;
pn_baseline_weekly_high='';
pn_baseline_weekly_low='';
pn_detail_diag=0;
pn_detail_diag_count=0;
pn_device_name='';
pn_end_time=0;
pn_event_score=0.000000e+000;
pn_extremeness=0;
pn_group_ids=[];
pn_groups=[];
pn_invoke_alarm_rule=TRUE;
pn_last_time=0;
pn_object_class_id=0;
pn_object_id=0;
pn_parameter_id=0;
pn_pts_exceeded=0;
pn_pts_total=0;
pn_thresh_above=FALSE;
pn_thresh_duration=0;
pn_thresh_id=0;
pn_thresh_type=0;
pn_vm_host='';
pn_vm_host_id=0;
repeat_count=0;
severity=INFO;
status=OPEN;
END
Our environment is as follow:
- Microsoft Windows Server 2003 Standard Edition SP2
- BMC ProactiveNet 8.5.00
- BUILD NUMBER: 2184171
Thanks in advance,
Luis