getPerformanceMonitors
Lists all the available performance monitors for a particular device (based on the device's category and type)
HTTP Method
GETAPI URL
https://localhost:8060/api/json/device/getPerformanceMonitors?apiKey=***************&deviceName=opm-server.mydomain.com&category=Server&type=Windows%202025
Parameters
| Param Name | Description | Data Type | Additional Information | Is Mandatory |
|---|
| apiKey | API key to access your OpManager server. | String | - | Yes |
| deviceName | Internal name of the device used to uniquely identify it. This value can be retrieved from the deviceName field in the listDevices API response. | String | - | Yes |
| category | Category of the device like Server, Desktop etc. The 'category' value can be obtained from the 'category' key in the JSON response of the listDevices API. | String | Example: Server, Desktop | Yes |
| type | Type of the device like Windows 2025. The 'type' value can be obtained from the 'type' key in the JSON response of the listDevices API. Encode the value using URL encoding before passing it in the API request. | String | Example: Windows 2025 | Yes |
Sample Response
HTTP Code: 200
{
"General Monitors": [
{
"DISPLAYNAME": "SysUpTime",
"Description": "The time (in hundredths of a second) since the network management portion of the system was last re-initialized",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 1166,
"name": "SysUpTime",
"isSelected": "false",
"interval": "900",
"oid": "(.1.3.6.1.2.1.1.3.0/360000)",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"STANDARDNAME": "General Monitors"
},
{
"DISPLAYNAME": "Network Interfaces",
"Description": "The number of network interfaces (regardless of their current state) present on this system",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 1167,
"name": "Number of Network Interfaces",
"isSelected": "false",
"interval": "3600",
"oid": ".1.3.6.1.2.1.2.1.0",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"STANDARDNAME": "General Monitors"
},
{
"DISPLAYNAME": "IP Routing discards",
"Description": "The number of routing entries which were chosen to be discarded even though they are valid",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 1168,
"name": "ipRoutingDiscards",
"isSelected": "false",
"interval": "3600",
"oid": ".1.3.6.1.2.1.4.23.0",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"STANDARDNAME": "General Monitors"
},
{
"DISPLAYNAME": "Host Resources SysUpTime (Days)",
"Description": "The amount of time since this host was last initialized",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 5137,
"name": "HRSysUpTimeInDays",
"isSelected": "false",
"interval": "900",
"oid": "(.1.3.6.1.2.1.25.1.1.0/86400)",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"STANDARDNAME": "General Monitors"
},
{
"DISPLAYNAME": "SNMP SysUpTime (Days)",
"Description": "The number of seconds since the value of the snmpEngineBoots object last changed",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 5138,
"name": "SnmpEngineSysUpTimeInDays",
"isSelected": "false",
"interval": "900",
"oid": "(.1.3.6.1.6.3.10.2.1.3.0/86400)",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"STANDARDNAME": "General Monitors"
},
{
"DISPLAYNAME": "SysUpTime(Days)",
"Description": "The time (in hundredths of a second) since the network management portion of the system was last re-initialized in days",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 5139,
"name": "SysUpTimeInDaysVendor",
"isSelected": "false",
"interval": "900",
"oid": "(.1.3.6.1.2.1.1.3.0/8640000)",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"STANDARDNAME": "General Monitors"
}
],
"Performance Monitors": [
{
"DISPLAYNAME": "Logical Drive status",
"Description": "Monitors the status of logical drives. KEY: 2 - Ok, 3 - Failed, 10 - Overheating, 11 - Shutdown, 13 - notAvailable",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 4974,
"name": "Win-LogicalDriveStatus",
"isSelected": "false",
"interval": "900",
"oid": ".1.3.6.1.4.1.232.3.2.3.1.1.4",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "File Access Violations",
"Description": "Monitors the number of access permission violations encountered on this server.",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 4975,
"name": "Win-FileAccessViolations",
"isSelected": "false",
"interval": "900",
"oid": ".1.3.6.1.4.1.77.1.2.10.0",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "Number of System Errors",
"Description": "Monitors the number of system errors encountered on the server.",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 4976,
"name": "Win-NumberOfSystemErrors",
"isSelected": "false",
"interval": "900",
"oid": ".1.3.6.1.4.1.77.1.2.11.0",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "Number of installed services",
"Description": "Monitors the number of network services installed on this server.",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 4977,
"name": "Win-NumberOfInstalledServices",
"isSelected": "false",
"interval": "3600",
"oid": ".1.3.6.1.4.1.77.1.2.2.0",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "Number of Shared Resources",
"Description": "Monitors the number of shared resources on this server.",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 4978,
"name": "Win-NumberOfSharedResources",
"isSelected": "false",
"interval": "900",
"oid": ".1.3.6.1.4.1.77.1.2.26.0",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "Number of Opened Files",
"Description": "Monitors the total number of files that have been opened on the server.",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 4979,
"name": "Win-NumberOfOpenedFiles",
"isSelected": "false",
"interval": "900",
"oid": ".1.3.6.1.4.1.77.1.2.4.0",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "Number of Print Queued Jobs",
"Description": "Monitors the total number of print jobs that have been spooled on the server.",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 4980,
"name": "Win-NumberOfPrintQueuedJobs",
"isSelected": "false",
"interval": "900",
"oid": ".1.3.6.1.4.1.77.1.2.6.0",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "Number of Failed Logins",
"Description": "Monitors the number of password violations encountered on the server.",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 4981,
"name": "WinFailedLogins",
"isSelected": "false",
"interval": "900",
"oid": ".1.3.6.1.4.1.77.1.2.9.0",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"isCustomGraph": "false"
}
],
"HOST-RESOURCES Monitors": [
{
"DISPLAYNAME": "CPU Utilization",
"Description": "Monitors the CPU Utilization based on HOSTRESOURCE MIB",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 35,
"name": "Win-CPUUtilization",
"isSelected": "false",
"interval": "900",
"oid": ".1.3.6.1.2.1.25.3.3.1.2",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"STANDARDNAME": "HOST-RESOURCES Monitors"
},
{
"DISPLAYNAME": "Memory Utilization",
"Description": "Monitors the Memory Utilization",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 36,
"name": "Win-MemoryUtilization",
"isSelected": "false",
"interval": "900",
"oid": ".1.3.6.1.2.1.25.5.1.1.2",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"STANDARDNAME": "HOST-RESOURCES Monitors"
},
{
"DISPLAYNAME": "Disk Utilization",
"Description": "Monitors the Disk Utilization",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 37,
"name": "DiskUtilization",
"isSelected": "false",
"interval": "3600",
"oid": ".1.3.6.1.2.1.25.2.3.1.6",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"STANDARDNAME": "HOST-RESOURCES Monitors"
},
{
"DISPLAYNAME": "Free Disk Space in GB",
"Description": "Monitors the free disk space in GB using SNMP",
"showAddPartitionOption": "true",
"isNumeric": "true",
"GRAPHID": 276,
"name": "Win-FreeDiskSpaceInGB",
"isSelected": "false",
"interval": "3600",
"oid": "(.1.3.6.1.2.1.25.2.3.1.4*(.1.3.6.1.2.1.25.2.3.1.5-.1.3.6.1.2.1.25.2.3.1.6))/(1073741824)",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"STANDARDNAME": "HOST-RESOURCES Monitors"
},
{
"DISPLAYNAME": "Free Disk Space in MB",
"Description": "Monitors the Free disk space in MB using SNMP",
"showAddPartitionOption": "true",
"isNumeric": "true",
"GRAPHID": 277,
"name": "Win-FreeDiskSpaceInMB",
"isSelected": "false",
"interval": "3600",
"oid": "(.1.3.6.1.2.1.25.2.3.1.4*(.1.3.6.1.2.1.25.2.3.1.5-.1.3.6.1.2.1.25.2.3.1.6))/(1048576)",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"STANDARDNAME": "HOST-RESOURCES Monitors"
},
{
"DISPLAYNAME": "Used Disk Space in GB",
"Description": "Monitors the used disk space in GB",
"showAddPartitionOption": "true",
"isNumeric": "true",
"GRAPHID": 278,
"name": "Win-UsedDiskSpaceInGB",
"isSelected": "false",
"interval": "3600",
"oid": "(.1.3.6.1.2.1.25.2.3.1.4*.1.3.6.1.2.1.25.2.3.1.6)/(1073741824)",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"STANDARDNAME": "HOST-RESOURCES Monitors"
},
{
"DISPLAYNAME": "Used Disk Space in MB",
"Description": "Monitors the used disk space in MB using SNMP",
"showAddPartitionOption": "true",
"isNumeric": "true",
"GRAPHID": 279,
"name": "Win-UsedDiskSpaceInMB",
"isSelected": "false",
"interval": "3600",
"oid": "(.1.3.6.1.2.1.25.2.3.1.4*.1.3.6.1.2.1.25.2.3.1.6)/(1048576)",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"STANDARDNAME": "HOST-RESOURCES Monitors"
},
{
"DISPLAYNAME": "Partition Details of the Device (%)",
"Description": "Monitoring the usage in each partition of the Device.",
"showAddPartitionOption": "true",
"isNumeric": "true",
"GRAPHID": 280,
"name": "PartitionWiseDiskDetails",
"isSelected": "false",
"interval": "3600",
"oid": "(.1.3.6.1.2.1.25.2.3.1.6*100/.1.3.6.1.2.1.25.2.3.1.5)",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"STANDARDNAME": "HOST-RESOURCES Monitors"
},
{
"DISPLAYNAME": "CPU Utilization(UCD SNMP MIB)",
"Description": "Monitors the CPU Utilization based on UCD SNMP MIB",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 330,
"name": "Lin-CPUUtilization",
"isSelected": "false",
"interval": "900",
"oid": ".1.3.6.1.4.1.2021.11.9.0",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"STANDARDNAME": "HOST-RESOURCES Monitors"
},
{
"DISPLAYNAME": "Process Count",
"Description": "Monitors the Number of Processes running in a machine.",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 375,
"name": "ProcessCount",
"isSelected": "false",
"interval": "900",
"oid": ".1.3.6.1.2.1.25.1.6.0",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"STANDARDNAME": "HOST-RESOURCES Monitors"
},
{
"DISPLAYNAME": "Memory Utilization(UCD SNMP MIB)",
"Description": "Monitors the Memory utilization based on UCD SNMP MIB",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 549,
"name": "Lin-MemoryUtilization",
"isSelected": "false",
"interval": "900",
"oid": "(.1.3.6.1.4.1.2021.4.5.0-.1.3.6.1.4.1.2021.4.6.0-.1.3.6.1.4.1.2021.4.14.0-.1.3.6.1.4.1.2021.4.15.0)*100/.1.3.6.1.4.1.2021.4.5.0",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"STANDARDNAME": "HOST-RESOURCES Monitors"
}
],
"Server Monitors": [
{
"DISPLAYNAME": "Bytes Received",
"Description": "Number of bytes the server has received from the network. This property indicates how busy the server is",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 682,
"name": "BytesReceivedPerSec",
"isSelected": "false",
"interval": "900",
"oid": "Server.BytesReceivedPerSec",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "Bytes Transmitted",
"Description": "Number of bytes the server has received from the network. This property indicates how busy the server is",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 683,
"name": "BytesTransmittedPerSec",
"isSelected": "false",
"interval": "900",
"oid": "Server.BytesTransmittedPerSec",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "Bytes Total",
"Description": "Number of bytes the server has sent to and received from the network, an overall indication of how busy the server is",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 684,
"name": "BytesTotalPerSec",
"isSelected": "false",
"interval": "900",
"oid": "Server.BytesTotalPerSec",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "Active Remote Desktop Connections",
"Description": "Monitors the number of sessions that are currently connected where the user has logged in.",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 4909,
"name": "WMI-ActiveRemoteDesktopConnections",
"isSelected": "false",
"interval": "3600",
"oid": "WMI-ActiveRemoteDesktopConnections",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "Inactive Remote Desktop Connections",
"Description": "Monitors number of sessions that are waiting for the initial connection and waiting for users to log in, or where the session has been disconnected but a user is logged in.",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 4912,
"name": "WMI-InactiveRemoteDesktopConnections",
"isSelected": "false",
"interval": "900",
"oid": "WMI-InactiveRemoteDesktopConnections",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "Total Remote Desktop Connections",
"Description": "Monitors the total number of sessions recorded on the server.",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 4913,
"name": "WMI-TotalRemoteDesktopConnections",
"isSelected": "false",
"interval": "900",
"oid": "WMI-TotalRemoteDesktopConnections",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
}
],
"System Monitors": [
{
"DISPLAYNAME": "File Read Operations",
"Description": "Combined rate of file system read requests to all devices on the computer, including requests to read from the file system cache",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 676,
"name": "FileReadOperationsPerSec",
"isSelected": "false",
"interval": "900",
"oid": "System.FileReadOperationsPerSec",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "File Write Operations",
"Description": "Combined rate of the file system write requests to all devices on the computer, including requests to write to data in the file system cache",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 677,
"name": "FileWriteOperationsPerSec",
"isSelected": "false",
"interval": "900",
"oid": "System.FileWriteOperationsPerSec",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "File Read Bytes",
"Description": "Overall rate at which bytes are read to satisfy file system read requests to all devices on the computer, including read requests from the file system cache",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 678,
"name": "FileReadBytesPerSec",
"isSelected": "false",
"interval": "900",
"oid": "System.FileReadBytesPerSec",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "File Write Bytes",
"Description": "Overall rate at which bytes are written to satisfy file system write requests to all devices on the computer, including write requests to the file system cache",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 679,
"name": "FileWriteBytesPerSec",
"isSelected": "false",
"interval": "900",
"oid": "System.FileWriteBytesPerSec",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "Processor Queue Length",
"Description": "Number of threads in the processor queue",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 680,
"name": "SystemProcessorQueueLength",
"isSelected": "false",
"interval": "900",
"oid": "System.ProcessorQueueLength",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "ContextSwitches",
"Description": "Rate of switches from one thread to another. Thread switches can occur either inside of a single process or across processes",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 681,
"name": "ContextSwitchesPerSec",
"isSelected": "false",
"interval": "900",
"oid": "System.ContextSwitchesPerSec",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "File System Bytes Read",
"Description": "Monitors the total number of bytes read by the File System from disk drive.",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 4916,
"name": "WMI-FileSystemBytesRead",
"isSelected": "false",
"interval": "900",
"oid": "WMI-FileSystemBytesRead",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "File System Bytes Written",
"Description": "Monitors the total number of bytes written by the File System from disk drive.",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 4917,
"name": "WMI-FileSystemBytesWritten",
"isSelected": "false",
"interval": "900",
"oid": "WMI-FileSystemBytesWritten",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
}
],
"Processor Monitors": [
{
"DISPLAYNAME": "Privileged Time",
"Description": "Percentage of non-idle processor time spent in privileged mode",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 685,
"name": "PercentPrivilegedTime",
"isSelected": "false",
"interval": "900",
"oid": "Processor.PercentPrivilegedTime",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "Processor Time",
"Description": "Percentage of time that the processor is executing a non-idle thread",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 686,
"name": "PercentProcessorTime",
"isSelected": "false",
"interval": "900",
"oid": "Processor.PercentProcessorTime",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "User Time",
"Description": "Percentage of non-idle processor time spent in user mode",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 687,
"name": "PercentUserTime",
"isSelected": "false",
"interval": "900",
"oid": "Processor.PercentUserTime",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "Idle Time",
"Description": "Percentage of time during the sample interval that the processor was idle. Not applicable for Windows XP and Windows 2000 devices.",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 688,
"name": "PercentIdleTime",
"isSelected": "false",
"interval": "900",
"oid": "Processor.PercentIdleTime",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "CPU Interrupts per second",
"Description": "The numbers of interrupts the processor need to respond in a Second",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 2249,
"name": "WMICPUInterruptsPerSec",
"isSelected": "false",
"interval": "900",
"oid": "CPU Interrupts Per Sec",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "CPU Interrupts %",
"Description": "Percentage of time that the processor is spending on handling Interrupts",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 2250,
"name": "WMIPercentInterruptTime",
"isSelected": "false",
"interval": "900",
"oid": "CPU Interrupts Percent",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "Run Queue Length of CPU",
"Description": "The Run Queue length of the CPU",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 2251,
"name": "WMIRunQueueLengthofCPU",
"isSelected": "false",
"interval": "900",
"oid": "Run Queue Length of CPU",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "Percent DPC Time",
"Description": "Percentage of time that the processor spent receiving and servicing deferred procedure calls during the sample interval",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 2252,
"name": "WMIPercentDPCTime",
"isSelected": "false",
"interval": "3600",
"oid": "WMI Percent DPC Time",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "System Calls per second",
"Description": "Rate of calls to Windows system service routines by all processes running on the computer",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 2253,
"name": "WMISystemCallsPersec",
"isSelected": "false",
"interval": "900",
"oid": "WMI System Calls Persec",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "System UpTime in minutes",
"Description": "Number of minutes the computer has been running after it was last started",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 2254,
"name": "WMISystemUpTime",
"isSelected": "false",
"interval": "900",
"oid": "WMI System UpTime",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "CPU Utilization Per Core",
"Description": "Monitors the CPU Utilization percentage of individual CPU Cores.",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 4908,
"name": "WMI-CPU_UtilizationPerCore",
"isSelected": "false",
"interval": "900",
"oid": "WMI-CPUUtilizationPerCore",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "System UpTime in Days",
"Description": "Number of days the computer has been running since it was last started",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 5000,
"name": "WMISystemUpTimeInDays",
"isSelected": "false",
"interval": "900",
"oid": "WMI System UpTime In Days",
"Protocol": "WMI",
"thresholdEnabled": "false",
"isCustomGraph": "false"
}
],
"Custom Monitor": [],
"Exchange 5.5 Monitors": [
{
"DISPLAYNAME": "Non-delivery Reports (Total Outbound)",
"Description": "Monitors the total outbound non-delivery report",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 321,
"name": "ImsNDRsTotalOutbound",
"isSelected": "false",
"interval": "900",
"oid": ".1.3.6.1.4.1.311.1.1.3.1.1.3.17.0",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "Non-delivery Reports (Total Inbound)",
"Description": "Monitors the total inbound non-delivery report",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 322,
"name": "ImsNDRsTotalInbound",
"isSelected": "false",
"interval": "900",
"oid": ".1.3.6.1.4.1.311.1.1.3.1.1.3.16.0",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "Total Msgs (awaiting final delivery)",
"Description": "Monitors the total awaiting messages for delivery",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 323,
"name": "ImsQueuedMTS-IN",
"isSelected": "false",
"interval": "900",
"oid": ".1.3.6.1.4.1.311.1.1.3.1.1.3.1.0",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "Total Size of the Msgs (awaiting final delivery)",
"Description": "Monitors the total size of the awaiting messages for delivery",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 324,
"name": "ImsBytesQueuedMTS-IN",
"isSelected": "false",
"interval": "900",
"oid": ".1.3.6.1.4.1.311.1.1.3.1.1.3.2.0",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "Inbound Connection Rate",
"Description": "Monitors the inbound connection rate",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 325,
"name": "InboundConnectionsPerHr",
"isSelected": "false",
"interval": "900",
"oid": ".1.3.6.1.4.1.311.1.1.3.1.1.3.27.0",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"isCustomGraph": "false"
},
{
"DISPLAYNAME": "Outbound Connection Rate",
"Description": "Monitors the outbound connection rate",
"showAddPartitionOption": "false",
"isNumeric": "true",
"GRAPHID": 326,
"name": "OutboundConnectionsPerHr",
"isSelected": "false",
"interval": "900",
"oid": ".1.3.6.1.4.1.311.1.1.3.1.1.3.26.0",
"Protocol": "SNMP",
"thresholdEnabled": "false",
"isCustomGraph": "false"
Rate limit: 500 requests per minute. Exceeding this limit will block requests for 1 minute