SHA256
1
0
forked from pool/dool

Compare commits

2 Commits

Author SHA256 Message Date
fd4ff5d6d0 Accepting request 1308986 from server:monitoring
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1308986
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dool?expand=0&rev=3
2025-10-04 19:20:50 +00:00
d5be28a78e - Update to 1.3.8:
* Update the MySQL plugins to use the MySQLdb Python interface
  * MySQL plugins can now read credentials from ~/.my.cnf
  * Add a new --apache plugin to report 2xx, 3xx, 4xx, and 5xx errors
  * Better error logging when a plug-in fails to load
  * A new --skeleton plug-in was written with detailed documentation for 
    potential plug-in authors
  * Update the internal devel_log() function to log milliseconds for more
    accuracy
  * Read plug-ins from $XDG_DATA_HOME (~/.local/share/dool/plugins)
  * We use GNU Geptopt now so we can use --parti words and the step and delay
    can be positioned anywhere in the param list
  * Plug-ins can now specify DOOL_OPTS in the first 256 bytes of the plugin to
    indicate if a parameter is required
  * Added zfs as recognized partition types in --freespace
  * BREAKING CHANGES:
    + The freespace plugin now requires a comma separated list of paths or the
      string "all"
    + Some of MySQL plugin files changed names. Please remove all old plug-in
      files and use the ones from this release instead
    + The --mysql-innodb plugin now takes an environment variable
      DOOL_INNODB_OPT of basic, extra, or full.
- Update to 1.3.6:
  * Add plugin for LNET (Lustre Network) 
  * Fix readpipe function and update plugins for Python3
  * Fix empty row for the first iteration of --top-io
  * Include plugin path and source code in error tracebacks

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/dool?expand=0&rev=3
2025-09-29 05:12:06 +00:00
4 changed files with 36 additions and 4 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sat Sep 27 14:43:41 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
- Update to 1.3.8:
* Update the MySQL plugins to use the MySQLdb Python interface
* MySQL plugins can now read credentials from ~/.my.cnf
* Add a new --apache plugin to report 2xx, 3xx, 4xx, and 5xx errors
* Better error logging when a plug-in fails to load
* A new --skeleton plug-in was written with detailed documentation for
potential plug-in authors
* Update the internal devel_log() function to log milliseconds for more
accuracy
* Read plug-ins from $XDG_DATA_HOME (~/.local/share/dool/plugins)
* We use GNU Geptopt now so we can use --parti words and the step and delay
can be positioned anywhere in the param list
* Plug-ins can now specify DOOL_OPTS in the first 256 bytes of the plugin to
indicate if a parameter is required
* Added zfs as recognized partition types in --freespace
* BREAKING CHANGES:
+ The freespace plugin now requires a comma separated list of paths or the
string "all"
+ Some of MySQL plugin files changed names. Please remove all old plug-in
files and use the ones from this release instead
+ The --mysql-innodb plugin now takes an environment variable
DOOL_INNODB_OPT of basic, extra, or full.
- Update to 1.3.6:
* Add plugin for LNET (Lustre Network)
* Fix readpipe function and update plugins for Python3
* Fix empty row for the first iteration of --top-io
* Include plugin path and source code in error tracebacks
-------------------------------------------------------------------
Wed Mar 12 14:46:42 UTC 2025 - Ana Guerrero <ana.guerrero@suse.com>

View File

@@ -17,7 +17,7 @@
Name: dool
Version: 1.3.4
Version: 1.3.8
Release: 0
Summary: Versatile vmstat, iostat and ifstat replacement
License: GPL-2.0-only

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:286a5c4f5677ea04752f310360244b25d5e35cac8a2137144ba047276ed41f38
size 153187

3
v1.3.8.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efd8b0889542783cd56b11d08e9b571bfbeaad7a21d9d3c586b1e22ae14be1cd
size 159695