diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a1590..0f455a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,7 +56,7 @@ ### Enhancements * Possibility to define URLs in order to get the latest version of SMART's scripts. -* Add sge plugin from https://git.ipr.univ-rennes1.fr/cellinfo/scripts/src/master/xymon/plugins/client/ext/sge.sh +* Add sge plugin from https://git.ipr.univ-rennes.fr/cellinfo/scripts/src/master/xymon/plugins/client/ext/sge.sh ## v1.4.0 @@ -64,7 +64,7 @@ * Add variables to manage plugin interval. * Add netstats plugin managment. * Add smart plugin from https://github.com/skazi0/xymon-plugins -* Add smartoverall plugin from https://git.ipr.univ-rennes1.fr/cellinfo/scripts/src/master/xymon/plugins/client/ext/smartoverall +* Add smartoverall plugin from https://git.ipr.univ-rennes.fr/cellinfo/scripts/src/master/xymon/plugins/client/ext/smartoverall * Add description for plugins. ### Fix diff --git a/README.md b/README.md index 763e015..66b28b7 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,7 @@ Jérémy Gardais [vars directory]: ./vars [gogs to github hook]: https://stackoverflow.com/a/21998477 -[xymon source]: https://git.ipr.univ-rennes1.fr/cellinfo/ansible.xymon +[xymon source]: https://git.ipr.univ-rennes.fr/cellinfo/ansible.xymon [xymon github]: https://github.com/ipr-cnrs/xymon [wtfpl website]: http://www.wtfpl.net/about/ [ipr website]: https://ipr.univ-rennes1.fr/ @@ -304,7 +304,7 @@ Jérémy Gardais [url hwraid]: https://hwraid.le-vert.net/wiki/DebianPackages [megaraid plugin doc]: https://salsa.debian.org/debian/hobbit-plugins#megaraid-check-state-of-lsi-megaraid-sas-controllers [net plugin doc]: https://salsa.debian.org/debian/hobbit-plugins#net-check-network-interface-states -[sge plugin source]: https://git.ipr.univ-rennes1.fr/cellinfo/scripts/src/master/xymon/plugins/client/ext/sge.sh -[smartoverall plugin source]: https://git.ipr.univ-rennes1.fr/cellinfo/scripts/src/master/xymon/plugins/client/ext/smartoverall +[sge plugin source]: https://git.ipr.univ-rennes.fr/cellinfo/scripts/src/master/xymon/plugins/client/ext/sge.sh +[smartoverall plugin source]: https://git.ipr.univ-rennes.fr/cellinfo/scripts/src/master/xymon/plugins/client/ext/smartoverall [smart plugin source]: https://github.com/skazi0/xymon-plugins [zfs plugin source]: https://wiki.xymonton.org/doku.php/monitors:bb-zfs diff --git a/defaults/main.yml b/defaults/main.yml index 35f6656..82d481a 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -148,7 +148,7 @@ xymon_cli__plug_ntpq_interval: '5m' ## ]]] ## Plugin SGE [[[ -### From https://git.ipr.univ-rennes1.fr/cellinfo/scripts/src/master/xymon/plugins/client/ext/sge.sh +### From https://git.ipr.univ-rennes.fr/cellinfo/scripts/src/master/xymon/plugins/client/ext/sge.sh xymon_cli__plug_sge_state: False xymon_cli__plug_sge_script_path: '/usr/lib/xymon/client/ext/sge.sh' xymon_cli__plug_sge_script_tpl: 'usr/lib/xymon/client/ext/sge.sh.j2' @@ -159,7 +159,7 @@ xymon_cli__plug_sge_interval: '5m' # ]]] ## Plugin smartoverall [[[ -### From https://git.ipr.univ-rennes1.fr/cellinfo/scripts/src/master/xymon/plugins/client/ext/smartoverall +### From https://git.ipr.univ-rennes.fr/cellinfo/scripts/src/master/xymon/plugins/client/ext/smartoverall ### And based on https://www.xymon.com/xymon-cgi/viewconf.sh?smart ### Mostly for disks unknown from smartmontools's database xymon_cli__plug_smartoverall_state: False diff --git a/meta/main.yml b/meta/main.yml index a2b4b07..a78817e 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -7,7 +7,7 @@ galaxy_info: description: "Manage Xymon configuration" license: WTFPL company: IPR - issue_tracker_url: https://git.ipr.univ-rennes1.fr/cellinfo/ansible.xymon/issues + issue_tracker_url: https://git.ipr.univ-rennes.fr/cellinfo/ansible.xymon/issues min_ansible_version: 2.7 platforms: - name: Debian diff --git a/templates/usr/lib/xymon/client/ext/sge.sh.j2 b/templates/usr/lib/xymon/client/ext/sge.sh.j2 index ed46c05..9157ccb 100755 --- a/templates/usr/lib/xymon/client/ext/sge.sh.j2 +++ b/templates/usr/lib/xymon/client/ext/sge.sh.j2 @@ -2,7 +2,7 @@ # {{ ansible_managed }} # From ipr-cnrs.xymon role -# https://git.ipr.univ-rennes1.fr/cellinfo/scripts/src/master/xymon/plugins/client/ext/sge.sh +# https://git.ipr.univ-rennes.fr/cellinfo/scripts/src/master/xymon/plugins/client/ext/sge.sh # # SGE: Sun Grid Engine check - Xymon external script test # diff --git a/templates/usr/lib/xymon/client/ext/smartoverall.j2 b/templates/usr/lib/xymon/client/ext/smartoverall.j2 index 60efa82..c182282 100755 --- a/templates/usr/lib/xymon/client/ext/smartoverall.j2 +++ b/templates/usr/lib/xymon/client/ext/smartoverall.j2 @@ -4,7 +4,7 @@ # {{ ansible_managed }} # From ipr-cnrs.xymon role # Source : -# https://git.ipr.univ-rennes1.fr/cellinfo/scripts/src/master/xymon/plugins/client/ext/smartoverall +# https://git.ipr.univ-rennes.fr/cellinfo/scripts/src/master/xymon/plugins/client/ext/smartoverall # NOTE: Must be run as root, so you probably need to setup sudo for this.