Global Refresh

This commit is contained in:
Ralf Mellis 2023-08-08 09:12:08 +02:00
parent 881c767571
commit 6712e46cee
16 changed files with 37 additions and 10 deletions

23
.gitignore vendored Normal file
View File

@ -0,0 +1,23 @@
# PyCache
__pycache__/
# ---> VisualStudioCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix
# Exclude all "private" files (Ralf Mellis)
RaMe*
# Exclude all "private" files (Torsten Behne)
TB*

View File

@ -33,6 +33,7 @@ OPTIONS:
# set this to true to produce debug output (this clutters the agent output)
# be aware: activating this logs very sensitive information to debug files in ~/tmp
# !!DO NOT FORGET to delete these files after debugging is done!!
DEBUG = False
nc_api_endpoint = "ocs/v2.php/apps/serverinfo/api/v1/info?format=json"

View File

@ -4,6 +4,7 @@ from cmk.gui.plugins.wato import (
rulespec_registry,
RulespecGroupCheckParametersApplications
)
from cmk.gui.valuespec import (
Dictionary,
ListChoice,

View File

@ -4,6 +4,7 @@ from cmk.gui.plugins.wato import (
rulespec_registry,
RulespecGroupCheckParametersOperatingSystem,
)
from cmk.gui.valuespec import (
Dictionary,
ListChoice,

View File

@ -4,6 +4,7 @@ from cmk.gui.plugins.wato import (
rulespec_registry,
RulespecGroupCheckParametersApplications
)
from cmk.gui.valuespec import (
Dictionary,
ListChoice,

0
mkp/Nextcloud-2.2.0.mkp Normal file → Executable file
View File