Skip to content

Instantly share code, notes, and snippets.

@mfournier
Created October 12, 2015 14:28
Show Gist options
  • Select an option

  • Save mfournier/6d4c1129c95d1ac012db to your computer and use it in GitHub Desktop.

Select an option

Save mfournier/6d4c1129c95d1ac012db to your computer and use it in GitHub Desktop.
LoadPlugin curl_json
<Plugin curl_json>
<URL "http://127.0.0.1/_fpmstatus?json">
Instance "fpm"
<Key "accepted conn">
Type "http_requests"
</Key>
<Key "listen queue len">
Type "queue_length"
</Key>
<Key "active processes">
Type "gauge"
Instance "active"
</Key>
<Key "total processes">
Type "gauge"
Instance "total"
</Key>
</URL>
</Plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment