Projet

Général

Profil

Révision 63748dc6

ID63748dc665599723b7af967b91ca79c73c0629e1
Parent 6c59a897
Enfant 31ee164e

Ajouté par Lars Kruse il y a plus de 7 ans

plugin relayd: fix category spelling

Voir les différences:

plugins/relayd/relayd
82 82
        print("graph_title Relayd host availability\n");
83 83
        print("graph_args --upper-limit 100\n");
84 84
        print("graph_vlabel % availability\n");
85
        print("graph_category Load balancer\n");
85
        print("graph_category loadbalancer\n");
86 86
        print("graph_info Ratio of time when this host was up. This is provided by relayd itself (not averaged by this plugin)\n");
87 87
        for my $host (@hosts) {
88 88
                my $clean = clean_host($host);
......
92 92
        print("graph_title Relayd host incidents\n");
93 93
        print("graph_args --lower-limit 0\n");
94 94
        print("graph_vlabel down incidents\n");
95
        print("graph_category Load balancer\n");
95
        print("graph_category loadbalancer\n");
96 96
        print("graph_info Number of times this host went down\n");
97 97
        for my $host (@hosts) {
98 98
                my $clean = clean_host($host);

Formats disponibles : Unified diff