Replace tab to spaces

This commit is contained in:
Alban Vidal 2021-02-20 17:17:07 +01:00
parent 545d8a1640
commit aa03971428
No known key found for this signature in database
GPG Key ID: 96BD4FF64E709FDE

View File

@ -1,7 +1,7 @@
################################################################################ ################################################################################
# BSD 3-Clause License # BSD 3-Clause License
# #
# Copyright (c) 2019, Alban Vidal <alban.vidal@zordhak.fr> # Copyright (c) 2019-2021, Alban Vidal <alban.vidal@zordhak.fr>
# All rights reserved. # All rights reserved.
# #
# Please see license file on root of this directory # Please see license file on root of this directory
@ -14,17 +14,16 @@
# without sudo # without sudo
command[check_available_conntrack] = /usr/local/bin/check_available_conntrack command[check_available_conntrack] = /usr/local/bin/check_available_conntrack
command[check_cpu] = /usr/local/bin/check_cpu command[check_cpu] = /usr/local/bin/check_cpu
command[check_disk] = /usr/local/bin/check_disk command[check_disk] = /usr/local/bin/check_disk
command[check_load] = /usr/local/bin/check_load command[check_load] = /usr/local/bin/check_load
command[check_memory] = /usr/local/bin/check_memory command[check_memory] = /usr/local/bin/check_memory
command[check_systemd] = /usr/local/bin/check_systemd command[check_systemd] = /usr/local/bin/check_systemd
command[check_service] = /usr/local/bin/check_service command[check_service] = /usr/local/bin/check_service
# with sudo # with sudo
command[check_reboot] = sudo /usr/sbin/needrestart -p -k command[check_reboot] = sudo /usr/sbin/needrestart -p -k
command[check_restart] = sudo /usr/sbin/needrestart -p -l command[check_restart] = sudo /usr/sbin/needrestart -p -l
command[check_git] = sudo /usr/local/sbin/check_git command[check_git] = sudo /usr/local/sbin/check_git