Follow naming convention for snmp plugin attributes.

This commit is contained in:
Mark Leary 2018-11-02 09:58:44 -04:00
parent 1b062e0a5b
commit 1b10e81511

View File

@ -216,7 +216,7 @@ object CheckCommand "snmp-storage" {
description = "Max-size of the SNMP message, usefull in case of Too Long responses." description = "Max-size of the SNMP message, usefull in case of Too Long responses."
} }
"-q" = { "-q" = {
value = "$storage_type$" value = "$snmp_storage_type$"
description = "Storage type: Other, Ram, VirtualMemory, FixedDisk, RemovableDisk, FloppyDisk, CompactDisk, RamDisk, FlashMemory, or NetworkDisk" description = "Storage type: Other, Ram, VirtualMemory, FixedDisk, RemovableDisk, FloppyDisk, CompactDisk, RamDisk, FlashMemory, or NetworkDisk"
} }
} }