Global Refresh
This commit is contained in:
parent
881c767571
commit
6712e46cee
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal 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*
|
||||
|
@ -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"
|
||||
|
@ -4,6 +4,7 @@ from cmk.gui.plugins.wato import (
|
||||
rulespec_registry,
|
||||
RulespecGroupCheckParametersApplications
|
||||
)
|
||||
|
||||
from cmk.gui.valuespec import (
|
||||
Dictionary,
|
||||
ListChoice,
|
||||
|
@ -4,6 +4,7 @@ from cmk.gui.plugins.wato import (
|
||||
rulespec_registry,
|
||||
RulespecGroupCheckParametersOperatingSystem,
|
||||
)
|
||||
|
||||
from cmk.gui.valuespec import (
|
||||
Dictionary,
|
||||
ListChoice,
|
||||
|
@ -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
0
mkp/Nextcloud-2.2.0.mkp
Normal file → Executable file
Loading…
Reference in New Issue
Block a user