Skip to content

Web application to collect and display module deploy stats

License

Notifications You must be signed in to change notification settings

greghaynes/puppet-analytics

 
 

Repository files navigation

puppet analytics

A web application to collect and display stats on puppet modules

Requires an elasticsearch running on localhost:9200

Viewing data

Click around in the web gui

Adding data

To submit a module deploy event to puppet analytics, send a curl request like this:


[nibz@nexus ~]$ curl -XPOST '127.0.0.1:5000/api/1/module_send' -H "Content-Type: application/json" -d '{
"author": "nibz",
"name": "liesboard",
"tags": "test,ci,awesome"
}'
True[nibz@nexus ~]$

About

Web application to collect and display module deploy stats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.6%
  • CSS 19.4%