When hit URL http://auth01.cms.9c9media.net:4502/system/console/jmx/com.adobe.granite.replication:id="publish",type=agent
get below response.

But in New Relic we don't get the attribute value as expected.Its showing more like below screenshot.e.g If i want to check QueueBlocked value False/True and if True then generate an alert.

Our main goal is to monitor replication agents and create alert if any one of them stop working.How can we achieve that any suggestion.
Here is our yml file configurations:
name: AEM-JMX
version: 1.0
enabled: true
jmx:
- object_name: com.adobe.granite.replication:id="publish",type=agent
metrics:
- attributes: QueueBlocked, Enabled, QueuePaused
type: simple
- object_name: com.adobe.granite.replication:id="publish",type=agent
metrics:
- attributes: QueueStatusTime, QueueNumEntries
type: monotonically_increasing