monitors:bb-zfs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
monitors:bb-zfs [2020/04/20 08:04] – [Table] freesoftwareserversmonitors:bb-zfs [2020/04/21 01:05] – [Changelog] freesoftwareservers
Line 16: Line 16:
     [zfs]     [zfs]
         ENVFILE $HOBBITCLIENTHOME/etc/hobbitclient.cfg         ENVFILE $HOBBITCLIENTHOME/etc/hobbitclient.cfg
-        CMD $HOBBITCLIENTHOME/ext/bb-zfs.sh+        CMD $HOBBITCLIENTHOME/ext/bb-zfs.ksh
         LOGFILE $HOBBITCLIENTHOME/logs/zfs.log         LOGFILE $HOBBITCLIENTHOME/logs/zfs.log
         INTERVAL 5m         INTERVAL 5m
Line 56: Line 56:
 # Add Available/Free to table # Add Available/Free to table
 # Full "zpool status" always displayed # Full "zpool status" always displayed
-# Fix Graph Error 
 # Set DEGRADED=RED # Set DEGRADED=RED
 # DISKYELL=90 & DISKRED=95 # DISKYELL=90 & DISKRED=95
Line 65: Line 64:
 SNAPYELL=60 # Days old SNAPYELL=60 # Days old
 SNAPCOL=true  # Set to true if snapshot age should effect test colour SNAPCOL=true  # Set to true if snapshot age should effect test colour
-CHECKSNAPS=false # Set to true to do snapshot checking+CHECKSNAPS=true# Set to true to do snapshot checking
 TEST="zfs" TEST="zfs"
 DISPCOLOR="green" DISPCOLOR="green"
Line 200: Line 199:
   * **2013-07-16**   * **2013-07-16**
     * Changed graphing FNPATTERN to **^**zfs,(.*).rrd\\ Without the ^ it will pick up and try and graph any rrd file with the string "zfs," in the file name.      * Changed graphing FNPATTERN to **^**zfs,(.*).rrd\\ Without the ^ it will pick up and try and graph any rrd file with the string "zfs," in the file name. 
 +  * **2020-04-20**
 +    * Update to new "zpool list -h" format
 +    * Add Available/Free to table
 +    * Full "zpool status" always displayed
 +    * Set DEGRADED=RED
 +    * DISKYELL=90 & DISKRED=95
  • monitors/bb-zfs.txt
  • Last modified: 2020/04/21 01:11
  • by freesoftwareservers