I founded the agent in follow path :
/opt/omd/sites/cmk/local/share/check_mk/agents/special/agent_emcunity
I have just added follow line to metric part :
“disk-latency” : {“cmd_option” : [ “/metrics/value/rt -path sp…physical.disk…responseTime show -interval 5 -count 1 -output csv”]},
metrics = {
"temp" : {"cmd_option" : [ "/metrics/value/rt -path sp.*.platform.storageProcessorTemperature show -interval 5 -count 1 -output csv" ]},
"cpu" : {"cmd_option" : [ "/metrics/value/rt -path sp.*.cpu.summary.utilization show -interval 5 -count 1 -output csv"]},
"disk-latency" : {"cmd_option" : [ "/metrics/value/rt -path sp.*.physical.disk.*.responseTime show -interval 5 -count 1 -output csv"]},
}
and don’t have any change in line 102 for checks part it is such as follow :
checks = {
"battery" : {"cmd_option" : "/env/bat show -detail"},
"pwrsupply" : {"cmd_option" : "/env/ps show -detail"},
"fan" : {"cmd_option" : "/env/fan show -detail"},
"memory" : {"cmd_option" : "/env/mm show -detail"},
"dpe" : {"cmd_option" : "/env/dpe show -detail"},
"sp" : {"cmd_option" : "/env/sp show -detail"},
"disk" : {"cmd_option" : "/env/disk show -detail"},
"ssd" : {"cmd_option" : "/env/ssd show -detail"},
"general" : {"cmd_option" : "/sys/general show -detail"},
"pool" : {"cmd_option" : "/stor/config/pool show -detail"},
"lun" : {"cmd_option" : "/stor/prov/luns/lun show -detail"},
"vmfs" : {"cmd_option" : "/stor/prov/vmware/vmfs show -detail"},
"fs" : {"cmd_option" : "/stor/prov/fs show -detail"},
"fc" : {"cmd_option" : "/net/port/fc show -detail"},
"hostcons" : {"cmd_option" : "/remote/host show -detail"},
}
After do above changes did not see any changes for item in GUI
Would you please help me what is next step ? Do I have to create new mkp file ? what should I do now ?