summaryrefslogtreecommitdiff
path: root/gnu/packages/monitoring.scm
AgeCommit message (Expand)Author
2022-12-11gnu: yajl: Drop custom ‘lib-’ prefix....* gnu/packages/web.scm (yajl): New variable, renamed from… (libyajl): …this one, which is now a DEPRECATED-PACKAGE alias of yajl. Adjust all users. Tobias Geerinckx-Rice
2022-12-07gnu: Add zabbix-agent2....* gnu/packages/monitoring.scm (zabbix-agent2): New variable. Marius Bakke
2022-12-07gnu: Zabbix: Update to 6.0.12....* gnu/packages/monitoring.scm (zabbix-agentd): Update to 6.0.12. Marius Bakke
2022-10-27gnu: zabbix-cli: Switch to pyproject-build-system....* gnu/packages/monitoring.scm (zabbix-cli)[build-system]: Switch to PYPROJECT-BUILD-SYSTEM. [arguments]: Remove check phase. Marius Bakke
2022-10-27gnu: Zabbix: Update to 6.0.9....* gnu/packages/monitoring.scm (zabbix-agentd): Update to 6.0.9. Marius Bakke
2022-10-27gnu: zabbix-agentd: Enable TLS support....* gnu/packages/monitoring.scm (zabbix-agentd)[arguments]: Pass "--with-gnutls" in #:configure-flags. [inputs]: Add GNUTLS. (zabbix-server): Inherit these changes. Marius Bakke
2022-09-24gnu: Add batsignal....* gnu/packages/monitoring.scm (batsignal): New variable. Co-authored-by: ( <paren@disroot.org> Signed-off-by: Ludovic Courtès <ludo@gnu.org> M
2022-09-15gnu: python-pyabbix: Update to 1.2.1....* gnu/packages/monitoring.scm (python-pyzabbix)[arguments]: Remove patch phase. Use pytest instead of nose in check phase. [native-inputs]: Remove PYTHON-HTTPRETTY and PYTHON-NOSE. Add PYTHON-REQUESTS-MOCK and PYTHON-PYTEST. [propagated-inputs]: Remove PYTHON-SEMANTIC-VERSION. Add PYTHON-PACKAGING. Marius Bakke
2022-09-07gnu: zabbix: Update to 6.0.8....* gnu/packages/monitoring.scm (zabbix-agentd): Update to 6.0.8. [native-inputs]: Add PKG-CONFIG. Marius Bakke
2022-08-10gnu: Add python-statsd....* gnu/packages/monitoring.scm (python-statsd): New variable. Hartmut Goebel
2022-07-18gnu: Add pw....* gnu/packages/monitoring.scm (pw): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Paul A. Patience
2022-06-23gnu: Zabbix: Update to 6.0.5....* gnu/packages/monitoring.scm (zabbix-agentd): Update to 6.0.5. Marius Bakke
2022-06-21gnu: zabbix-cli: Update to 2.3.0....* gnu/packages/monitoring.scm (zabbix-cli): Update to 2.3.0. [arguments]: Convert to gexp. Install documentation and run tests. [native-inputs]: Add PYTHON-SPHINX and PYTHON-PYTEST. Marius Bakke
2022-06-21gnu: zabbix-cli: Use new style....* gnu/packages/monitoring.scm (zabbix-cli)[arguments]: Use SEARCH-INPUT-FILE. [inputs]: Remove labels. Marius Bakke
2022-04-09gnu: Zabbix: Update to 6.0.3....* gnu/packages/monitoring.scm (zabbix-agentd): Update to 6.0.3. Marius Bakke
2022-02-15gnu: Zabbix: Update to 6.0.0....* gnu/packages/monitoring.scm (zabbix-agentd): Update to 6.0.0. [inputs]: Remove LIBICONV and PCRE. Add PCRE2. [arguments]: Adjust #:configure-flags accordingly. Marius Bakke
2022-02-13gnu: Zabbix: Update to 5.4.10....* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.4.10. [source](snippet): Simplify fping substitution. Marius Bakke
2022-02-13gnu: zabbix-agentd: Use the correct license....* gnu/packages/monitoring.scm (zabbix-agentd)[license]: Change from GPL2 to GPL2+. Marius Bakke
2022-02-13gnu: zabbix-agentd: Add release-monitoring-url....* gnu/packages/monitoring.scm (zabbix-agentd)[properties]: New field. Marius Bakke
2022-01-29gnu: zabbix: Update to 5.4.9....* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.4.9. Marius Bakke
2022-01-29gnu: zabbix-server: Use a sensible default for the "fping" executable....* gnu/packages/monitoring.scm (zabbix-agentd)[source](modules, snippet): New fields. Marius Bakke
2022-01-26gnu: zabbix-server: Remove duplicate input....* gnu/packages/monitoring.scm (zabbix-server)[inputs]: Remove CURL. Marius Bakke
2022-01-26gnu: zabbix-server: Don't install agent....* gnu/packages/monitoring.scm (zabbix-server)[arguments]: Delete "--enable-agent" from #:configure-flags. Marius Bakke
2022-01-26gnu: zabbix-server: Adjust style....* gnu/packages/monitoring.scm (zabbix-server)[arguments]: Rewrite as gexp, use #:phases matching, and remove trailing #t's. Marius Bakke
2022-01-18gnu: python-pyzabbix: Fix test failure....* gnu/packages/monitoring.scm (python-pyzabbix)[arguments]: Adjust test invokation. Marius Bakke
2021-12-18gnu: fswatch: Omit static library....* gnu/packages/monitoring.scm (fswatch)[arguments]: Add "--disable-static" to #:configure-flags. Tobias Geerinckx-Rice
2021-12-18gnu: fswatch: Update to 1.16.0....* gnu/packages/monitoring.scm (fswatch): Update to 1.16.0. Tobias Geerinckx-Rice
2021-12-14gnu: python-pyzabbix: Update to 1.0.0....* gnu/packages/monitoring.scm (python-pyzabbix): Update to 1.0.0. [arguments]: Fix typo. [propagated-inputs]: Add PYTHON-SEMANTIC-VERSION. Marius Bakke
2021-12-13gnu: Further simplify package inputs....This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.) Ludovic Courtès
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-12-05gnu: python-whisper: Update to 1.1.8....* gnu/packages/monitoring.scm (python-whisper): Update to 1.1.8. Marius Bakke
2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-11gnu: Move a few Python packages to (gnu packages python-build)....This is in prevision of updating python-pypa-build, which now requires python-packaging and adding python-tomli, which requires python-six. * gnu/packages/python-xyz.scm (python-six) (python-six-bootstrap, python2-six-bootstrap) (python-pyparsing, python2-pyparsing, python-pyparsing-2.4.7) (python-packaging-bootstrap, python2-packaging-bootstrap): Move packages to... * gnu/packages/python-build.scm: ... here. Update python-parsing to latest. * gnu/packages/python-xyz.scm (python-six, python-packaging): Adjust to inherit from their bootstrap versions. Maxim Cournoyer
2021-11-08gnu: packages: Remove last year's deprecations....* gnu/packages/admin.scm (guile3.0-shepherd): Remove variable. * gnu/packages/benchmark.scm (imb-openmpi): Likewise. * gnu/packages/boost.scm (boost-with-python3): Likewise. * gnu/packages/pep.scm (python-pep-adapter)[inputs]: Adjust accordingly. * gnu/packages/cpp.scm (nlohmann-json-cpp): Likewise. * gnu/packages/games.scm (openrct2)[inputs]: Adjust accordingly. * gnu/packages/cups.scm (escpr): Likewise. * gnu/packages/django.scm (python-django-jsonfield): Likewise. * gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme) (emacs-modus-vivendi-theme): Likewise. * gnu/packages/engineering.scm (kicad-i18l): Likewise. * gnu/packages/enlightenment.scm (enlightenment-wayland): Likewise. * gnu/packages/firmware.scm (opensbi-qemu-virt, opensbi-qemu-sifive-u): Likewise. * gnu/packages/fonts.scm (font-gnu-freefont-ttf, font-open-dyslexic): Likewise. * gnu/packages/game-development.scm (guile3.0-chickadee) (python-sge-pygame): Likewise. * gnu/packages/games.scm (retux)[inputs]: Adjust accordingly. * gnu/packages/gnome-xyz.scm (numix-theme): Likewise. * gnu/packages/gnupg.scm (guile3.0-gcrypt): Likewise. * gnu/packages/gstreamer.scm (gst-transcoder): Likewise. * gnu/packages/gtk.scm (guile3.0-cairo, guile3.0-present, guile3.0-rsvg): Likewise. * gnu/packages/guile-xyz.scm (guile3.0-colorized, guile3.0-commonmark) (guile3.0-config, guile3.0-email, guile3.0-fibers, guile3.0-gi) (guile3.0-hall, guile3.0-hashing, guile3.0-haunt, guile3.0-ics) (guile3.0-irregex, guile3.0-lib, guile3.0-mcron, guile3.0-minikanren) (guile3.0-ncurses, guile3.0-ncurses/gpm, guile3.0-newt, guile3.0-parted) (guile3.0-pfds, guile3.0-picture-language, guile3.0-semver) (guile3.0-simple-zmq, guile3.0-squee, guile3.0-syntax-highlight) (guile3.0-websocket, guile3.0-wisp, guile3.0-xapian): Likewise. * gnu/packages/guile.scm (define-deprecated-guile3.0-package) (guile3.0-json, guile3.0-gdbm-ffi, guile3.0-sqlite3) (guile3.0-bytestructures, guile3.0-git): Likewise. * gnu/packages/haskell-apps.scm (ghc-stylish-haskell): Likewise. * gnu/packages/linux.scm (linux-libre-arm-veyron): Likewise. * gnu/packages/mail.scm (guile3.0-mailutils): Likewise. * gnu/packages/monitoring.scm (python2-graphite-web): Likewise. * gnu/packages/package-management.scm (guile3.0-guix): Likewise. * gnu/packages/package-management.scm (python-conda): Likewise. * gnu/packages/phabricator.scm (libphutil): Likewise. * gnu/packages/plotutils.scm (guile3.0-charting): Likewise. * gnu/packages/python-xyz.scm (python2-smmap2, python-glances) (python-smmap2): Likewise. * gnu/packages/shells.scm (oil-shell): Likewise. * gnu/packages/sqlite.scm (sqlite-with-column-metadata): Likewise. * gnu/packages/ssh.scm (guile3.0-ssh): Likewise. * gnu/packages/terminals.scm (et): Likewise. * gnu/packages/tls.scm (guile3.0-gnutls): Likewise. * gnu/packages/vlang.scm (v): Likewise. * gnu/packages/vpn.scm (wireguard): Likewise. * gnu/packages/web-browsers.scm (next, sbcl-next): Likewise. * gnu/packages/xorg.scm (transset-df): Likewise. Tobias Geerinckx-Rice
2021-09-26gnu: python2-whisper: Remove package....* gnu/packages/monitoring.scm (python2-whisper): Delete variable. Maxim Cournoyer
2021-09-26gnu: python-carbon: Update to 1.1.8 and rename from python2-carbon....* gnu/packages/monitoring.scm (python2-carbon): Rename to... (python-carbon): ... this. Update to 1.1.8. [arguments]{python}: Remove argument. [propagated-inputs]{python2-configparser}: Remove input. {python-urllib3, python-cachetools}: Add inputs. {python2-whisper, python2-txamqp}: Upgrade to their Python 3 variants. Maxim Cournoyer
2021-09-03gnu: Add fatrace....* gnu/packages/monitoring.scm (fatrace): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Raphaël Mélotte
2021-05-28gnu: hostscope: Add 'release-monitoring-url' property....* gnu/packages/monitoring.scm (hostscope)[properties]: New field. Ludovic Courtès
2021-05-28gnu: Add hostscope....* gnu/packages/monitoring.scm (hostscope): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Stefan Reichör
2021-04-04gnu: zabbix-agentd: Update to 5.2.6 [fixes CVE-2021-27927]....* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.2.6. Léo Le Bouter
2021-03-04gnu: zabbix-agentd: Update to 5.2.5....* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.2.5. Tobias Geerinckx-Rice
2021-02-28gnu: python-pyzabbix: Use HTTPS home page URI....* gnu/packages/monitoring.scm (python-pyzabbix)[home-page]: Use HTTPS URI. Nicolas Goaziou
2021-02-22gnu: Add temper-exporter....* gnu/packages/monitoring.scm (temper-exporter): New variable. Christopher Baines
2021-02-06gnu: Add python-pyzabbix....* gnu/packages/monitoring.scm (python-pyzabbix): New public variable. Marius Bakke
2021-02-06gnu: Add zabbix-cli....* gnu/packages/monitoring.scm (zabbix-cli): New public variable. Marius Bakke
2021-01-03gnu: zabbix-agentd: Enable IPv6....* gnu/packages/monitoring.scm (zabbix-agentd)[arguments]: Add ‘--enable-ipv6’ to #:configure-flags. Tobias Geerinckx-Rice
2021-01-03gnu: zabbix-agentd: Update to 5.2.3....* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.2.3. Tobias Geerinckx-Rice
2020-12-07gnu: zabbix-agentd: Update to 5.2.2....* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.2.2. Tobias Geerinckx-Rice
2020-11-25gnu: collectd: Update to 5.12.0....* gnu/packages/monitoring.scm (collectd): Update to 5.12.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Lars-Dominik Braun
2020-11-18gnu: zabbix-agentd, zabbix-server: Update to 5.2.1....* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.2.1. Tobias Geerinckx-Rice