Projet

Général

Profil

Révision 6ffdebec

ID6ffdebec0dd883ab558a41404ff4c27bc960d773
Parent 349edaf8
Enfant f7693710

Ajouté par dipohl il y a presque 9 ans

Plugin-Gallery: Better 2nd level headings

Voir les différences:

plugins/balanceng/bng
201 201
graph_order sent recv
202 202
graph_args --base 1000 -l 0
203 203
graph_vlabel Packets/\${graph_period}
204
graph_category network
204
graph_category loadbalancer
205 205
graph_info this graph shows the outbound traffic for $host
206 206

  
207 207
sent.label Sent
......
223 223
graph_order sent recv
224 224
graph_args --base 1000 -l 0
225 225
graph_vlabel Packets/\${graph_period}
226
graph_category network
226
graph_category loadbalancer
227 227
graph_info this graph shows the total traffic for ${interface}
228 228

  
229 229
sent.label ${interface}_Sent
plugins/network/netatalk
69 69
	echo 'graph_title Netatalk status'
70 70
	echo 'graph_args --logarithmic --lower-limit 0.1'
71 71
	echo 'graph_vlabel Number'
72
	echo 'graph_category network'
72
	echo 'graph_category fs'
73 73
	echo 'proc.label Running processes'
74 74
	echo 'proc.info Number of running afpd processes'
75 75
	echo 'proc.min 0'
plugins/network/netatalk3
99 99
graph_title Netatalk status
100 100
graph_args --logarithmic --lower-limit 0.1
101 101
graph_vlabel Number
102
graph_category network
102
graph_category fs
103 103
proc.label Running processes
104 104
proc.info Running AFPd processes
105 105
proc.min 0
plugins/system/auth
36 36
	echo 'graph_title Auth Log Parser'
37 37
	echo 'graph_args --base 1000 -l 0'
38 38
	echo 'graph_vlabel Daily Auth Counters'
39
	echo 'graph_category system'
39
	echo 'graph_category auth'
40 40
	echo 'illegal_user.label Illegal User'
41 41
	echo 'possible_breakin.label Breakin Attempt'
42 42
	echo 'authentication_failure.label Authentication Fail'
plugins/system/blockhosts
29 29
        echo 'graph_title Hosts denied by BlockHosts'
30 30
        echo 'graph_args -l 0'
31 31
        echo 'graph_vlabel denied hosts '
32
        echo 'graph_category system'
32
        echo 'graph_category security'
33 33
        echo 'HostsDenied.label Hosts denied by BlockHosts'
34 34
        echo 'HostsWatched.label Hosts watched by BlockHosts'
35 35
	exit 0
plugins/system/raminfo
188 188
	    print "graph_args --base 1024 -l 0 --upper-limit " .  $h_ramvalue{"Total.value"}. "--rigid"  . "\n";
189 189
	    print "graph_vlabel Bytes\n";
190 190
	    print "graph_title RAM usage\n";
191
	    print "graph_category system\n";
191
	    print "graph_category memory\n";
192 192
	    print "graph_info This graph shows what the machine uses RAM for.\n";
193 193
	    print "graph_order ";
194 194

  
plugins/system/read_serial_temperature
39 39

  
40 40
  print 'graph_title Temperatuur in de serverruimte'
41 41
  print 'graph_vlabel temperature in C'
42
  print 'graph_category System'
42
  print 'graph_category sensors'
43 43
  print 'temperature.label temperature'
44 44
  print 'graph_info Dit is de temperatuur in het rek in de serverruimte B104'
45 45
  print 'graph_scale no'
......
50 50

  
51 51
  print 'temperature.value %s' % gettemperature()
52 52

  
53
	
53
	

Formats disponibles : Unified diff