summaryrefslogtreecommitdiffstats
path: root/charts.d/opensips.chart.sh
AgeCommit message (Collapse)Author
2018-09-13shellcheck bash scripts starting on A; disable shebang checking in all (#4159)Paweł Krupa
scripts; set shell without shebang
2018-05-31Add SPDX-License-Identifier headers to most files.Austin S. Hemmelgarn
This tags all the files that I can clearly identify as being part of Netdata and not a local copy of a third party package that we're redistributing.
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-09-12more elastic opensipsctl output matchCosta Tsaousis (ktsaou)
2016-07-14updated shebang for compatibilityCosta Tsaousis (ktsaou)
2016-04-29Fix #282 use modern arithmetic expansion in shellSimon Nagl
Use $((.*)) instead of $[.*] The later one is old syntax
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)
2015-11-30cleanup: remove trailing spacesAlon Bar-Lev
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2015-11-26fixed a bug in the incremental calculations where the exact duration (in ↵Costa Tsaousis (ktsaou)
nanoseconds) between incremental updates was not taken into account, so the values were always calculated using the pre-agreed update_every duration
2015-11-24fix unitsCosta Tsaousis (ktsaou)
2015-11-21added resource usage and timing for tc plugin and scriptCosta Tsaousis (ktsaou)
2015-11-20normalized all charts.d pluginsCosta Tsaousis (ktsaou)
2015-11-19updated opensips to prevent reusing variablesCosta Tsaousis (ktsaou)
2015-11-04added opensips.chart.shCosta Tsaousis (ktsaou)