You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILD.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ Create the packages for every OS:
124
124
Build for Windows
125
125
-----------------
126
126
127
-
Packaging for Windows means creating both a zip and an msi file, both of which can be downloaded from https://download.linuxfabrik.ch/monitoring-plugins/windows/. Both files are created automatically using the Github Actions workflow `Linuxfabrik: Build Windows <https://github.com/Linuxfabrik/monitoring-plugins/actions/workflows/lf-build-windows.yml>`__.
127
+
Packaging for Windows means creating both a zip and an msi file, both of which can be downloaded from https://download.linuxfabrik.ch/monitoring-plugins/. Both files are created automatically using the Github Actions workflow `Linuxfabrik: Build Windows <https://github.com/Linuxfabrik/monitoring-plugins/actions/workflows/lf-build-windows.yml>`__.
128
128
129
129
To create the msi file, we use the most recent `WiX Toolset <https://wixtoolset.org/docs/intro/>`__.
Copy file name to clipboardExpand all lines: INSTALL.rst
+3-3
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ How to install the Linuxfabrik Monitoring Plugins Collection
8
8
Linux, "Binaries from rpm/deb package (**recommended**)", "Want to use OS package manager and have distro that uses rpm/deb package formats", See `<https://repo.linuxfabrik.ch>`_
9
9
Linux, "Binaries from tar/zip", "Don't want to use OS package manager or have distro that uses package formats other than rpm/deb and can't run Python 3.9+", "See *Installation on Linux* in this document"
10
10
Linux, "Source Code", "Want to use the latest development version and Python 3.9+ available", "See *Run from Source* in this document"
11
-
Windows,"Binaries from msi (**recommended**)","Want to use OS package manager", "Get the msi file from `Linuxfabrik's Download Server <https://download.linuxfabrik.ch/monitoring-plugins/windows>`_ and run it."
12
-
Windows,"Binaries from zip","Don't want to use OS package manager", "Get the zip file from `Linuxfabrik's Download Server <https://download.linuxfabrik.ch/monitoring-plugins/linux>`_ and unpack it to a folder of your choice, usually ``C:\Program Files\icinga2\sbin\linuxfabrik``"
11
+
Windows,"Binaries from msi (**recommended**)","Want to use OS package manager", "Get the 'signed-packaged' msi file from `Linuxfabrik's Download Server <https://download.linuxfabrik.ch/monitoring-plugins/>`_ and run it."
12
+
Windows,"Binaries from zip","Don't want to use OS package manager", "Get the 'signed-compiled' zip file from `Linuxfabrik's Download Server <https://download.linuxfabrik.ch/monitoring-plugins/>`_ and unpack it to a folder of your choice, usually ``C:\Program Files\icinga2\sbin\linuxfabrik``"
13
13
Windows, "Source Code", "Want to use the latest development version and Python 3.9+ available", "See *Run from Source* in this document"
14
14
Any, "Using Ansible", "Want to automate the installation process", "See the `LFOps Ansible Role linuxfabrik.lfops.monitoring_plugins <https://github.com/Linuxfabrik/lfops/tree/main/roles/monitoring_plugins>`_"
15
15
@@ -19,7 +19,7 @@ How to install the Linuxfabrik Monitoring Plugins Collection
19
19
Installation on Linux
20
20
---------------------
21
21
22
-
* Get the tar or zip file from `Linuxfabrik's Download Server <https://download.linuxfabrik.ch/monitoring-plugins/linux>`_ and unpack it to a folder of your choice, usually ``/usr/lib64/nagios/plugins``
22
+
* Get the zip file from `Linuxfabrik's Download Server <https://download.linuxfabrik.ch/monitoring-plugins/>`_ and unpack it to a folder of your choice, usually ``/usr/lib64/nagios/plugins``
23
23
24
24
* On Linux, some check plugins require ``sudo``-permissions to run. To do this, we provide ``sudoers`` files for various operating system families in ``monitoring-plugins/assets/sudoers``, for example ``RedHat.sudoers``. The file name is compatible to `ansible_facts['os_family'] <https://github.com/ansible/ansible/blob/37ae2435878b7dd76b812328878be620a93a30c9/lib/ansible/module_utils/facts.py#L267>`_. You need to place this file in ``/etc/sudoers.d/`` on the target host.
0 commit comments