It is example of template for AS/400 Zabbix agent emulator from this project.It was exported from Zabbix server v3.0; but uses too little features that are specific for v3.x (really - only macro with context).So, it should be possible to import this template on Zabbix v2.x also. Required modifications:it is necessary to modify version from "3.0" onto "2.0" at the beginning of template;remove entire "value_maps" section at the end of this file: the appropriate value maps for disk status and ASP status should be created manually;replace macro with context {$MAX_DISK_PUSED:"{#FSNAME}"} by the regular macro {$MAX_DISK_PUSED} in the trigger prototype of ASP discovery rule (twice: in the trigger´s name and in the formula).