diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/agent/local_checks/all_hosts/README.md | 2 | ||||
-rw-r--r-- | files/use_ssh.mk | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/files/agent/local_checks/all_hosts/README.md b/files/agent/local_checks/all_hosts/README.md deleted file mode 100644 index f5234cbf..00000000 --- a/files/agent/local_checks/all_hosts/README.md +++ /dev/null @@ -1,2 +0,0 @@ -Place local checks in this directory, -see http://mathias-kettner.de/checkmk_localchecks.html diff --git a/files/use_ssh.mk b/files/use_ssh.mk deleted file mode 100644 index b5d77c62..00000000 --- a/files/use_ssh.mk +++ /dev/null @@ -1,5 +0,0 @@ -# http://mathias-kettner.de/checkmk_datasource_programs.html -datasource_programs = [ - ( "ssh -l root -i /omd/sites/monitoring/.ssh/monitoring_<HOST>_id_rsa <IP> check_mk_agent", ['ssh'], ALL_HOSTS ), -] - |