Fix string escaping in hpasm argument description

refs #9854
This commit is contained in:
Michael Friedrich 2015-09-12 21:27:37 +02:00
parent eb2be169f8
commit fd0f61fed8
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ object CheckCommand "hpasm" {
}
"--ignore-dimms" = {
set_if = "$hpasm_ignore-dimms$"
description = "Ignore "N/A"-DIMM status on misc. servers (e.g. older DL320)"
description = "Ignore \"N/A\"-DIMM status on misc. servers (e.g. older DL320)"
}
"--ignore-fan-redundancy" = {
set_if = "$hpasm_ignore-fan-redundancy$"
@ -72,7 +72,7 @@ object CheckCommand "hpasm" {
}
"--eval-nics" = {
set_if = "$hpasm_eval-nics$"
description = "Check network interfaces (and groups). Try it and report me whyt you think about it. I need to build up some know how on this subject. If get an error and you think, it is not justified for your configuration, please tell me about it. (alwasy send the output of "snmpwalk -On .... 1.3.6.1.4.1.232" and a description how you setup your nics and why it is correct opposed to the plugins error message"
description = "Check network interfaces (and groups). Try it and report me whyt you think about it. I need to build up some know how on this subject. If get an error and you think, it is not justified for your configuration, please tell me about it. (alwasy send the output of \"snmpwalk -On .... 1.3.6.1.4.1.232\" and a description how you setup your nics and why it is correct opposed to the plugins error message"
}
}