Skip to content

Commit

Permalink
Update links from git.linuxfabrik.ch to github.com
Browse files Browse the repository at this point in the history
  • Loading branch information
markuslf committed Mar 1, 2022
1 parent 34c1b8e commit b709be0
Show file tree
Hide file tree
Showing 49 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion args2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""Extends argparse by new input argument data types on demand.
"""
Expand Down
2 changes: 1 addition & 1 deletion args3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""Extends argparse by new input argument data types on demand.
"""
Expand Down
2 changes: 1 addition & 1 deletion base2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""Provides very common every-day functions.
"""
Expand Down
2 changes: 1 addition & 1 deletion base3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""Provides very common every-day functions.
"""
Expand Down
2 changes: 1 addition & 1 deletion cache2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""Simple Cache in the form of a Key-Value Store (KVS) like Redis, based on
SQLite, optionally supporting expiration of keys. No detailed error handling
Expand Down
2 changes: 1 addition & 1 deletion cache3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""Simple Cache in the form of a Key-Value Store (KVS) like Redis, based on
SQLite, optionally supporting expiration of keys. No detailed error handling
Expand Down
2 changes: 1 addition & 1 deletion db_mysql2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""Library for accessing MySQL/MariaDB servers.
Expand Down
2 changes: 1 addition & 1 deletion db_mysql3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""Library for accessing MySQL/MariaDB servers.
Expand Down
2 changes: 1 addition & 1 deletion db_sqlite2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""This is one typical use case of this library (taken from `disk-io`):
Expand Down
2 changes: 1 addition & 1 deletion db_sqlite3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""This is one typical use case of this library (taken from `disk-io`):
Expand Down
2 changes: 1 addition & 1 deletion disk2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""Offers file and disk related functions, like getting a list of
partitions, grepping a file, etc.
Expand Down
2 changes: 1 addition & 1 deletion disk3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""Offers file and disk related functions, like getting a list of
partitions, grepping a file, etc.
Expand Down
2 changes: 1 addition & 1 deletion feedparser2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""Parse Atom and RSS feeds in Python.
Expand Down
2 changes: 1 addition & 1 deletion feedparser3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""Parse Atom and RSS feeds in Python.
Expand Down
2 changes: 1 addition & 1 deletion globals2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""This library defines the global plugin states, based on the POSIX
spec of returning a positive value and just like in
Expand Down
2 changes: 1 addition & 1 deletion globals3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""This library defines the global plugin states, based on the POSIX
spec of returning a positive value and just like in
Expand Down
2 changes: 1 addition & 1 deletion huawei2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""This library collects some Huawei related functions that are
needed by Huawei check plugins.
Expand Down
2 changes: 1 addition & 1 deletion huawei3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""This library collects some Huawei related functions that are
needed by Huawei check plugins.
Expand Down
2 changes: 1 addition & 1 deletion human3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""Functions to convert raw numbers, times etc. to a human readable representation (and sometimes
back).
Expand Down
2 changes: 1 addition & 1 deletion icinga2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""This module tries to make accessing the Icinga2 API easier.
"""
Expand Down
2 changes: 1 addition & 1 deletion icinga3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""This module tries to make accessing the Icinga2 API easier.
"""
Expand Down
2 changes: 1 addition & 1 deletion jitsi3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""This library collects some Jitsi related functions that are
needed by more than one Jitsi plugin."""
Expand Down
2 changes: 1 addition & 1 deletion librenms2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""This library collects some LibreNMS related functions that are
needed by LibreNMS check plugins."""
Expand Down
2 changes: 1 addition & 1 deletion librenms3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""This library collects some LibreNMS related functions that are
needed by LibreNMS check plugins."""
Expand Down
2 changes: 1 addition & 1 deletion net2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst


"""Provides network related functions and variables.
Expand Down
2 changes: 1 addition & 1 deletion net3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst


"""Provides network related functions and variables.
Expand Down
2 changes: 1 addition & 1 deletion nodebb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""This library collects some NodeBB related functions that are
needed by more than one NodeBB plugin."""
Expand Down
2 changes: 1 addition & 1 deletion nodebb3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""This library collects some NodeBB related functions that are
needed by more than one NodeBB plugin."""
Expand Down
2 changes: 1 addition & 1 deletion powershell3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""This library collects some Microsoft PowerShell related functions.
"""
Expand Down
2 changes: 1 addition & 1 deletion psutil2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""Wrapper library for functions from psutil.
"""
Expand Down
2 changes: 1 addition & 1 deletion psutil3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""Wrapper library for functions from psutil.
"""
Expand Down
2 changes: 1 addition & 1 deletion redfish2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""This library parses data returned from the Redfish API.
"""
Expand Down
2 changes: 1 addition & 1 deletion redfish3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""This library parses data returned from the Redfish API.
"""
Expand Down
2 changes: 1 addition & 1 deletion rocket2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""This library collects some Rocket.Chat related functions that are
needed by more than one Rocket.Chat plugin."""
Expand Down
2 changes: 1 addition & 1 deletion rocket3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""This library collects some Rocket.Chat related functions that are
needed by more than one Rocket.Chat plugin."""
Expand Down
2 changes: 1 addition & 1 deletion shell3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""Communicates with the Shell.
"""
Expand Down
2 changes: 1 addition & 1 deletion smb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""Provides functions to establish SMB connections.
"""
Expand Down
2 changes: 1 addition & 1 deletion smb3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""Provides functions to establish SMB connections.
"""
Expand Down
2 changes: 1 addition & 1 deletion test2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""Provides test functions for unit tests.
"""
Expand Down
2 changes: 1 addition & 1 deletion test3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""Provides test functions for unit tests.
"""
Expand Down
2 changes: 1 addition & 1 deletion time3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""Provides datetime functions.
"""
Expand Down
2 changes: 1 addition & 1 deletion txt3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""A collection of text functions.
Expand Down
2 changes: 1 addition & 1 deletion url2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""Get for example HTML or JSON from an URL.
"""
Expand Down
2 changes: 1 addition & 1 deletion url3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://www.linuxfabrik.ch/
# License: The Unlicense, see LICENSE file.

# https://git.linuxfabrik.ch/linuxfabrik-icinga-plugins/checks-linux/-/blob/master/CONTRIBUTING.md
# https://github.com/Linuxfabrik/monitoring-plugins/blob/main/CONTRIBUTING.rst

"""Get for example HTML or JSON from an URL.
"""
Expand Down
Loading

0 comments on commit b709be0

Please sign in to comment.