d
This commit is contained in:
@@ -615,7 +615,7 @@ omc:
|
|||||||
comment: ""
|
comment: ""
|
||||||
- name: "nename"
|
- name: "nename"
|
||||||
alias: "ne_name"
|
alias: "ne_name"
|
||||||
type: "int"
|
type: "string"
|
||||||
optional: "true"
|
optional: "true"
|
||||||
apostr: "true"
|
apostr: "true"
|
||||||
filter: ""
|
filter: ""
|
||||||
@@ -634,7 +634,7 @@ omc:
|
|||||||
type: "enum"
|
type: "enum"
|
||||||
optional: "true"
|
optional: "true"
|
||||||
apostr: "true"
|
apostr: "true"
|
||||||
filter: '{"Critical","Major","Minor","Warning","Event"}'
|
filter: '{"Critical":"Critical","Major":"Major","Minor":"Minor","Warning":"Warning","Event":"Event"}'
|
||||||
display: "Original severity"
|
display: "Original severity"
|
||||||
comment: ""
|
comment: ""
|
||||||
- name: "pvflag"
|
- name: "pvflag"
|
||||||
@@ -666,7 +666,7 @@ omc:
|
|||||||
type: "enum"
|
type: "enum"
|
||||||
optional: "true"
|
optional: "true"
|
||||||
apostr: "true"
|
apostr: "true"
|
||||||
filter: '{"CommunicationAlarm","EquipmentAlarm","ProcessingFailure","EnvironmentalAlarm","QualityOfServiceAlarm"}'
|
filter: '{"CommunicationAlarm":"CommunicationAlarm","EquipmentAlarm":"EquipmentAlarm","ProcessingFailure":"ProcessingFailure","EnvironmentalAlarm":"EnvironmentalAlarm","QualityOfServiceAlarm":"QualityOfServiceAlarm"}'
|
||||||
display: "Alarm type"
|
display: "Alarm type"
|
||||||
comment: ""
|
comment: ""
|
||||||
- name: "alarmstatus"
|
- name: "alarmstatus"
|
||||||
|
|||||||
@@ -31,4 +31,6 @@ while read line
|
|||||||
table=`echo $line | cut -d " " -f 1`
|
table=`echo $line | cut -d " " -f 1`
|
||||||
echo "dump ${table} to install directory"
|
echo "dump ${table} to install directory"
|
||||||
mysqldump -h ${host} -P ${port} -u ${user} -p${password} -d ${dbname} ${table} > ${insdir}/${table}.sql
|
mysqldump -h ${host} -P ${port} -u ${user} -p${password} -d ${dbname} ${table} > ${insdir}/${table}.sql
|
||||||
done < ${dumpdbdir}/${tables_s}
|
done < ${dumpdbdir}/${tables_s}
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user