Projet

Général

Profil

Révision 17f78427

ID17f784270ae966ee9a13e9f5104a5b8f925b639e
Parent ef851f0c
Enfant d4320aea, 5b2396a9

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

Whitespace cleanup

  • remove trailing whitespace
  • remove empty lines at the end of files

Voir les différences:

plugins/darwin/dar_vpnd
32 32

  
33 33
if ( exists $ARGV[0] and $ARGV[0] eq "config" ) {
34 34
	print "graph_category network\n";
35
	print "graph_args --base 1024 -r --lower-limit 0\n";	
35
	print "graph_args --base 1024 -r --lower-limit 0\n";
36 36
	print "graph_title Number of VPN Connections\n";
37 37
	print "graph_vlabel VPN Connections\n";
38
	print "graph_info The Graph shows the Number of VPN Connections\n";	
38
	print "graph_info The Graph shows the Number of VPN Connections\n";
39 39
	print "connections.label Number of VPN Connections\n";
40
	print "connections.type GAUGE\n";			
40
	print "connections.type GAUGE\n";
41 41
} else {
42 42
	my $output = `$cmd`;
43 43
	print "connections.value $output";

Formats disponibles : Unified diff