Skip to content

Commit

Permalink
Plugin-Gallery: Get better 2nd level headings
Browse files Browse the repository at this point in the history
sensors, weather, snmp
  • Loading branch information
dipohl committed Feb 24, 2017
1 parent 37d6585 commit 95de964
Show file tree
Hide file tree
Showing 24 changed files with 10 additions and 10 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions plugins/weather/buienradar_
Expand Up @@ -108,7 +108,7 @@ if($stationName eq "") {
# Output for config
if(defined $ARGV[0] && $ARGV[0] eq 'config') {
print "graph_title ".$stationName."\n";
print "graph_category Weather\n";
print "graph_category sensors\n";
if($LAN eq "nl") {
# Dutch Language
if($TMP eq "yes") { print "tmp.label Temperatuur (C)\n"; }
Expand Down Expand Up @@ -181,4 +181,4 @@ sub print_stations {
." [6319] Terneuzen (Station Westdorpe) [6248] Hoorn (Station Wijdenes)\n"
." [6257] Wijk aan Zee (Station Wijk aan Zee) [6340] Woensdrecht (Station Woensdrecht)\n"
." [6239] Noordzee (Station Zeeplatform F-3) [6252] Noordzee (Station Zeeplatform K13)\n";
}
}
File renamed without changes.
12 changes: 6 additions & 6 deletions plugins/weather/openweather_
Expand Up @@ -34,15 +34,15 @@ then
multigraph $plugin_name
graph_title Temperature in ${CITY}
graph_vlabel Celsius
graph_category weather
graph_category sensors
graph_info This graph show the temperature in ${CITY}
temp_avg.label avg
temp_avg.cdef $KELVIN_BIAS,-
multigraph $plugin_name.temp
graph_title Temperature in ${CITY}
graph_vlabel Celsius
graph_category weather
graph_category sensors
graph_info This graph show the temperature in ${CITY}
temp_avg.label avg
temp_avg.cdef $KELVIN_BIAS,-
Expand All @@ -54,28 +54,28 @@ then
multigraph $plugin_name.humidity
graph_title Humidity in ${CITY}
graph_vlabel %
graph_category weather
graph_category sensors
graph_info This graph show the humidity in ${CITY}
humidity.label humidity
multigraph $plugin_name.pressure
graph_title Pressure in ${CITY}
graph_vlabel hPa
graph_category weather
graph_category sensors
graph_info This graph show the pressure in ${CITY}
pressure.label pressure
multigraph $plugin_name.wind_speed
graph_title Wind Speed in ${CITY}
graph_vlabel m/s
graph_category weather
graph_category sensors
graph_info This graph show the wind speed in ${CITY}
speed.label wind speed
multigraph $plugin_name.wind_direction
graph_title Wind direction in ${CITY}
graph_vlabel m/s
graph_category weather
graph_category sensors
graph_info This graph show the wind direction in ${CITY}
direction.label wind direction
EOF
Expand Down
2 changes: 1 addition & 1 deletion plugins/weather/weather_press_
Expand Up @@ -32,7 +32,7 @@ elif len(sys.argv) == 2 and sys.argv[1] == "config":

print 'graph_title Atmospheric pressure at code %s' % code
print 'graph_vlabel Pressure in hPa'
print 'graph_category Weather'
print 'graph_category sensors'

print 'pressure.label Pressure'
print 'pressure.type GAUGE'
Expand Down
2 changes: 1 addition & 1 deletion plugins/weather/weather_temp_
Expand Up @@ -32,7 +32,7 @@ elif len(sys.argv) == 2 and sys.argv[1] == "config":

print 'graph_title Temperature and Dew Point at code %s' % code
print 'graph_vlabel Temperature and Dew Point in C'
print 'graph_category Weather'
print 'graph_category sensors'

print 'temperature.label Temperature'
print 'dewpoint.label Dew Point'
Expand Down
File renamed without changes.

0 comments on commit 95de964

Please sign in to comment.