How much memory is available to store data agent side? I couldn’t find this anywhere, and I wanted to store an RRD-like datastore on the Agent (for later pushing to Google Charts)
I’m thinking of storing something like 1 sample every 3 minutes for a week, and 1 rolled up sample (10 samples) for 2 years.
You can call imp.getmemoryfree() from agents, and you’ll also want to check out server.save() to store data that outlasts server upgrades or migrations.