Compare commits

..

No commits in common. "2d9f8942b080e89e2382a8451a02637653e25b46" and "6a03ac0e774c65f526c25341ebacbbf35474e638" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -10,8 +10,8 @@ from datetime import datetime, timedelta
def get_active_problems() -> dict:
try:
api = ZabbixAPI(url=conf.zabbix.url, token=conf.zabbix.token)
try:
problems = api.problem.get(
output=[
"eventid",