summaryrefslogtreecommitdiffstats
path: root/charts.d/nginx.chart.sh
AgeCommit message (Collapse)Author
2017-01-29fixed permissionsCosta Tsaousis (ktsaou)
2016-10-20uniform logging from all scriptsCosta Tsaousis (ktsaou)
2016-10-20better log management for charts.d.plugin - fixes #1144Costa Tsaousis (ktsaou)
2016-07-14updated shebang for compatibilityCosta Tsaousis (ktsaou)
2016-07-08fix nginx entry in web dashboardpaulfantom
2016-05-23support custom curl options in charts.d pluginsCosta Tsaousis (ktsaou)
2016-04-29Fix #282 use modern arithmetic expansion in shellSimon Nagl
Use $((.*)) instead of $[.*] The later one is old syntax
2016-04-21added option -Ss to curl so that errors are loggedCosta Tsaousis (ktsaou)
2016-04-08Scripts that use bashisms should actually run /bin/bash rather than /bin/shMatthew Newton
Notably, /bin/sh on Debian is generally dash now, not bash.
2016-02-08added a new element on all charts: context, which is the template upon the ↵Costa Tsaousis (ktsaou)
chart is build, changed the meaning of element: family, which now reflects the submenu of the dashboard; changed the priorities of most charts to allow the dashboard have dynamic sorting; added submenus to most categories of the main menu; now the dashboard is completely dynamic (except the top key charts)
2016-01-18fix unitsCosta Tsaousis (ktsaou)
2016-01-18added nginx stub_status charts.d collectorCosta Tsaousis (ktsaou)