Love the new features of 6.2, thank you!
I am testing out the new Azure via HTTP template and I am having an issue.
Somewhat randomly on a discovered virtual machine, the script that calls the api and parses values has an issue where it cannot parse certain values. For example:
But then later it will be fine. As far as i can tell my server is not overloaded, the timeouts are standard in the inherited macros, nothing in azure should be limiting our reporting.
When the script pulls the json is there a way to get the raw json so we can see if it is malformed or truncated perhaps?
Has anyone else tried this out and had issues? Interestingly enough our mysql instance does not have API errors but all of our VMs seem to (but because of this error i disabled all but 1 for now).
Thanks for any direction.
I am testing out the new Azure via HTTP template and I am having an issue.
Somewhat randomly on a discovered virtual machine, the script that calls the api and parses values has an issue where it cannot parse certain values. For example:
"errors": "Failed to receive data:\nPercentage%20CPU,Network%20In,Network%20Out ,Disk%20Read%20Bytes,Disk%20Write%20Bytes,Disk%20R ead%20Operations%2FSec,Disk%20Write%20Operations%2 FSec,CPU%20Credits%20Remaining,CPU%20Credits%20Con sumed,Data%20Disk%20Read%20Bytes%2Fsec,Data%20Disk %20Write%20Bytes%2Fsec,Data%20Disk%20Read%20Operat ions%2FSec,Data%20Disk%20Write%20Operations%2FSec, Data%20Disk%20Queue%20Depth,Data%20Disk%20Bandwidt h%20Consumed%20Percentage,Data%20Disk%20IOPS%20Con sumed%20Percentage,Data%20Disk%20Target%20Bandwidt h,Data%20Disk%20Target%20IOPS,Data%20Disk%20Max%20 Burst%20Bandwidth,Data%20Disk%20Max%20Burst%20IOPS : TypeError: cannot read property 'data' of undefined",
But then later it will be fine. As far as i can tell my server is not overloaded, the timeouts are standard in the inherited macros, nothing in azure should be limiting our reporting.
When the script pulls the json is there a way to get the raw json so we can see if it is malformed or truncated perhaps?
Has anyone else tried this out and had issues? Interestingly enough our mysql instance does not have API errors but all of our VMs seem to (but because of this error i disabled all but 1 for now).
Thanks for any direction.
Comment