added my Recipes
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# fancontrol configuration file.
|
||||
# Place your device specific configuration in this file.
|
||||
@@ -0,0 +1,16 @@
|
||||
# configuration for hardware sensors monitoring daemon
|
||||
# in intervals use suffix "m" for minutes, "s" for seconds, "h" for hours
|
||||
# 0 means turning facility off
|
||||
|
||||
# interval between scanning alarms
|
||||
INTERVAL=1m
|
||||
|
||||
# interval between logging
|
||||
LOG_INTERVAL=20m
|
||||
|
||||
# interval between RRD logging
|
||||
# RRD_INTERVAL=1m
|
||||
|
||||
# RRD db location
|
||||
# RRD_LOGFILE=/var/log/sensors.rrd
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/rrdcgi
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>sensord</title>
|
||||
</head>
|
||||
<body>
|
||||
Generate a valid sensord.cgi script and install it in your BSP.
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,16 @@
|
||||
# Default sensord configuration file
|
||||
# Syntax: sensord {options} {chips}
|
||||
# -i, --interval <time> -- interval between scanning alarms (default 60s)
|
||||
# -l, --log-interval <time> -- interval between logging sensors (default 30m)
|
||||
# -t, --rrd-interval <time> -- interval between updating RRD file (default 5m)
|
||||
# -T, --rrd-no-average -- switch RRD in non-average mode
|
||||
# -r, --rrd-file <file> -- RRD file (default <none>)
|
||||
# -c, --config-file <file> -- configuration file
|
||||
# -p, --pid-file <file> -- PID file (default /var/run/sensord.pid)
|
||||
# -f, --syslog-facility <f> -- syslog facility to use (default local4)
|
||||
# -g, --rrd-cgi <img-dir> -- output an RRD CGI script and exit
|
||||
# -a, --load-average -- include load average in RRD file
|
||||
# -d, --debug -- display some debug information
|
||||
# -v, --version -- display version and exit
|
||||
# -h, --help -- display help and exit
|
||||
SENSORD_ARGS="-i60s -l30m -t1m -r/var/lib/sensord.rrd -a"
|
||||
@@ -0,0 +1,2 @@
|
||||
# sensors configuration file.
|
||||
# Place your device specific configuration in this file.
|
||||
Reference in New Issue
Block a user