1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 10:28:36 +00:00
Commit graph

6 commits

Author SHA1 Message Date
Klaus Sperner
16b6a9c9df unify error messages 2021-09-17 17:23:29 +02:00
Klaus Sperner
00e9b169b8 Various improvements to the http_response plugin
- ignore include during shellcheck
- check if needed programs are installed
- use long argument names for graph_args
- remove un-needed empty definitions
- improve variable names
- validate parameter max_time
- update copyright statement
- write all configurable arguments into one array
- use same check for short_label and follow_redirect
- reformat documentation
2021-09-17 15:57:41 +02:00
Lars Kruse
2c9121708a Fix some spelling mistakes
Thanks, codespell!
2021-04-05 23:24:50 +02:00
Sebastian L
9f1d967cbc http_response: Add follow_redirect and undefined
- Add "--location" to curl with env.follow_redirect true
- When connections fails, set U (undefined)
2021-04-02 18:20:04 +02:00
Klaus Sperner
ad3351cadc make plugin http_response executable 2021-02-07 03:36:04 +01:00
Klaus Sperner
60a077a67c Add multigraph plugin for http response codes and times
In contrast to using http_responsecode and http_loadtime with the same
configuration, this plugin performs only one request per site and munin
run to gather its statistics.
2021-02-07 03:36:04 +01:00