1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 10:39:53 +00:00

Whitespace cleanup

* remove trailing whitespace
* remove empty lines at the end of files
This commit is contained in:
Lars Kruse 2018-08-02 02:03:42 +02:00
parent ef851f0c34
commit 17f784270a
604 changed files with 2927 additions and 2945 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env ruby
# Monitor your EAccelerator usage.
# Monitor your EAccelerator usage.
# Requires: ruby
# Mandatory Parameters
@ -35,11 +35,11 @@ if ARGV[0]=="config"
print "EAccelerator Monitoring\n"
print "graph_title PHP Eaccelerator\n"
print "graph_category webserver\n"
print "Memoryusagepercentage.label Memory Usage %\n"
print "Memoryusagepercentage.warning 95\n"
print "Memoryusagepercentage.critical 95\n"
print "Memoryusage.label Memory Usage MB\n"
print "Memorymax.label Cache Size MB\n"
print "Memoryusagepercentage.label Memory Usage %\n"
print "Memoryusagepercentage.warning 95\n"
print "Memoryusagepercentage.critical 95\n"
print "Memoryusage.label Memory Usage MB\n"
print "Memorymax.label Cache Size MB\n"
print "Freememory.label Free Memory MB\n"
print "Cachedscripts.label Cached Scripts\n"
print "Removedscripts.label Removed Scripts\n"