サンプルファイルの記述を例に,NNMiインシデント転送フィルター定義ファイルの定義例について説明します。
サンプルファイルの記述を次に示します。なお,説明のために行番号を追加しています。
1 forward-condition
2 filter
3 #重大度がMINOR以上のNNMiインシデント
4 SEVERITY_UK RANGE MINOR CRITICAL
5 end-filter
6 mapping
7 message $FORMATTED_MESSAGE$
8 severity CRITICAL to Alert
9 severity MAJOR to Critical
10 severity MINOR to Warning
11 severity WARNING to Notice
12 severity NORMAL to Information
13 #JP1イベント拡張属性に「注」を追加
14 attribute NNMI_NOTES
15 end-mapping
16 end-forward-condition