
Current plugin output (Version 1)
{
"plugin_version": 1,
"heartbeat_required": true,
"cpu": 42.7,
"memory": 65.8,
"network": 156,
"units": {
"cpu": "%",
"memory": "%",
"network": "MB"
}
}cpu, memory, and network.disk, you must increase the plugin version.Updated plugin output (Version 2)
{
"plugin_version": 2,
"heartbeat_required": true,
"cpu": 42.7,
"memory": 65.8,
"network": 156,
"disk": 10,
"units": {
"cpu": "%",
"memory": "%",
"network": "MB",
"disk": "count"
}
}The template structure has changed because a new metric (disk) and its corresponding unit were added. Whenever the template structure changes, the plugin version must be incremented so that Site24x7 creates a new template.

cpu, memory, or network, and do not add, delete, or rename metrics or modify tabs, you do not need to increase the plugin version.