Matlib/IcingaPerf
1
0
Fork
You've already forked IcingaPerf
0
  • v0.3.0 5ad2a38d41

    Release 0.3.0 Stable

    Matlib released this 2023年02月23日 00:12:39 +01:00 | 0 commits to master since this release

    • support for negative values
    • upgrade to PHP 8.1 [Matlib]
    • change host.address to host.name
    • perf-collector: store dB and alikes as a "unit"
    • perf-collector: fix wrong dereference
    • perf-collector: more units of measurement and time
    • perf-collector: basic support for warning and critical ranges
    • perf-collector: log performance metrics
    • perf-collector: undefined value in metrics (U)
    • perf-collector: major changes to scanning loop
    • perf-collector: disable STDERR buffering

    Upgrading from <0.2.x

    Database format has changed to accomodate longer units of measurement. The old monitoring plugin specification has only single letter units (s, %, B), while now there are Ah, VA and others.

    To upgrade Postgres database launch:

    psql -f sql/upgrade-pg-0.3.sql
    

    To upgrade MySQL/mariaDB:

    mysql --abort-source-on-error -ss < sql/upgrade-mysql-0.3.sql
    
    Downloads