mirror of
https://github.com/bashclub/check-nextcloud.git
synced 2024-11-07 23:01:58 +01:00
Update check-nextcloud
This commit is contained in:
parent
0eaf72ce64
commit
b440200651
@ -48,7 +48,7 @@ def update_check(conf:dict):
|
|||||||
updates = result
|
updates = result
|
||||||
count = 0
|
count = 0
|
||||||
|
|
||||||
return f" updates={count};;1;; {updates}"
|
return f"updates={count};;1;; {updates}"
|
||||||
|
|
||||||
def status(conf:dict):
|
def status(conf:dict):
|
||||||
result = json.loads(occ("status", conf['nc_www_user'],conf['nc_path'], conf['nc_php_version'], output="json"))
|
result = json.loads(occ("status", conf['nc_www_user'],conf['nc_path'], conf['nc_php_version'], output="json"))
|
||||||
@ -58,7 +58,7 @@ def status(conf:dict):
|
|||||||
state = 1
|
state = 1
|
||||||
else:
|
else:
|
||||||
state = 0
|
state = 0
|
||||||
return f" status={state};1;2;; {' '.join(['{0}: {1}'.format(key, value) for (key, value) in result.items()])}"
|
return f"status={state};1;2;; {' '.join(['{0}: {1}'.format(key, value) for (key, value) in result.items()])}"
|
||||||
|
|
||||||
def printout(name:str,function:str, result:str):
|
def printout(name:str,function:str, result:str):
|
||||||
print(f'P "Nextcloud {name} {function}" {result}')
|
print(f'P "Nextcloud {name} {function}" {result}')
|
||||||
|
Loading…
Reference in New Issue
Block a user