MoSKito 2.1.5 introduces REST API
Hi MoSKito community,
we published MoSKito version 2.1.5.
First we fixed bug with recently released ThreadStateProducer.
Additionally, we added an integrated RESTful interface, that is parallel to MoSKito user interface. Add accumulator like this:
http://{{url}}:{{port}}/{{app}}/muirest/accumulators/create
{
"name": "TestAccumulator",
"producerId": "ThreadCount",
"interval": "1m",
"unit": "MILLISECONDS",
"statName": "ThreadCount",
"valueName": "current"
}
Please note: In order to avoid conflicts with JAR’s delivered by JBoss container you need to update your web.xml, see documentation below.
Further reading
- MoSKito JBoss integration: https://confluence.opensource.anotheria.net/display/MSK/MoSKito+and+JBoss
- MoSKito REST interface: https://confluence.opensource.anotheria.net/display/MSK/MoSKito+WebUI+REST+Interface
- MoSKito Change log: https://confluence.opensource.anotheria.net/display/MSK/03+Change+Log
- Latest MoSKito version in Central Repo: http://search.maven.org/#artifactdetails%7Cnet.anotheria%7Cmoskito%7C2.1.5%7Cpom
Cheers
Michael
What’s New in MoSKito UI 2.1 for iOS
We’re happy to announce that MoSKito UI v2.1 for iPhone & iPad has been released and is now available for download in AppStore ! MoSKito UI 2.1 is a completely redesigned...
Everything in ‘Control’
Back in 2010 we were helping Parship to migrate their platform to a new provider and establish working application management. Migration to a new hosting provider and parallel...
