Projet

Général

Profil

Révision c3e309c6

IDc3e309c6a5fe6b1405a4aad936599788b01b062d
Parent 68bb709d
Enfant f8677998, 30685b4c

Ajouté par dipohl il y a presque 9 ans

Category Tree: Reduce number of categories
power5 -> cpu
directories for different ftp servers

Voir les différences:

plugins/funkytown/denon_x311_volume
32 32
BEGIN {
33 33
	if (ARGV[1] == "config") {
34 34
		print "graph_title Denon AVR-4311 Volume"
35
		print "graph_category funkytown"
35
		print "graph_category radio"
36 36
		print "volume.label Volume"
37 37
		print "volume.type GAUGE"
38 38
		exit 0
plugins/power5/consumed_cpu_cycles
40 40
if [ "$1" = "config" ]; then
41 41
	echo 'graph_title Consumed CPU cycles'
42 42
	echo 'graph_args -l 0'
43
	echo 'graph_category Power5'
43
	echo 'graph_category cpu'
44 44
	echo 'graph_vlabel CPU cycles'
45 45
	echo 'graph_info This graph shows the CPU cycles on an uncapped LPAR'
46 46
	
plugins/power5/cpu_entitlemens
39 39
if [ "$1" = "config" ]; then
40 40
	echo 'graph_title CPU entitlements'
41 41
	echo 'graph_args -l 0'
42
	echo 'graph_category Power5'
42
	echo 'graph_category cpu'
43 43
	echo 'graph_vlabel entitlements'
44 44
	echo 'graph_info This graph shows the actual and max entitlements for a LPAR'
45 45

  
plugins/power5/cpu_in_lpar
38 38
if [ "$1" = "config" ]; then
39 39
	echo 'graph_title CPU in LPAR'
40 40
	echo 'graph_args -l 0'
41
	echo 'graph_category Power5'
41
	echo 'graph_category cpu'
42 42
	echo 'graph_vlabel CPUs in LPAR'
43 43
	echo 'graph_info This graph shows potential and active processors for a LPAR.'
44 44
	
plugins/power5/weight_of_a_lpar
38 38
if [ "$1" = "config" ]; then
39 39
	echo 'graph_title Weight of an uncapped LPAR'
40 40
	echo 'graph_args -l 0'
41
	echo 'graph_category Power5'
41
	echo 'graph_category cpu'
42 42
	echo 'graph_vlabel Weight of LPAR'
43 43
	echo 'graph_info This graph shows the weight of an uncapped LPAR'
44 44
	echo 'weight.min 0'
plugins/proftpd/proftpd
6 6
if [ "$1" = 'config' ]; then
7 7
        echo "graph_args --base 1000 -l 0"
8 8
        echo "graph_title Serveur FTP"
9
        echo "graph_category Ftp"
9
        echo "graph_category ftp"
10 10
        echo "graph_vlabel Stats Proftpd"
11 11
        echo "succes.label Login succes"
12 12
        echo "succes.draw AREA"
plugins/proftpd/proftpd_bytes
38 38
        echo 'graph_title FTP Server Bytes'
39 39
        echo 'graph_args --base 1000 -l 0'
40 40
        echo 'graph_vlabel FTP Server Bytes'
41
	echo 'graph_category FTP'
41
	echo 'graph_category ftp'
42 42
        echo 'ftp_get.label Bytes GET'
43 43
        echo 'ftp_put.label Bytes PUT'
44 44
        exit 0
plugins/proftpd/proftpd_count
38 38
        echo 'graph_title FTP Server Transfers'
39 39
        echo 'graph_args --base 1000 -l 0'
40 40
        echo 'graph_vlabel FTP Server Transfers'
41
	echo 'graph_category FTP'
41
	echo 'graph_category ftp'
42 42
        echo 'ftp_get.label Files GET'
43 43
        echo 'ftp_put.label Files PUT'
44 44
        exit 0
plugins/pure-ftpd/pureftpd_count
30 30
        echo 'graph_title FTP Server'
31 31
        echo 'graph_args --base 1000 -l 0'
32 32
        echo 'graph_vlabel Daily FTP Operations'
33
        echo 'graph_category FTP'
33
        echo 'graph_category ftp'
34 34
        echo 'graph_period second'
35 35
        echo 'ftp_put.type GAUGE'
36 36
        echo 'ftp_get.type GAUGE'

Formats disponibles : Unified diff