Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
them to the Terminal.
"""

requests.packages.urllib3.disable_warnings() # Disable warning message

from acitoolkit.acitoolkit import Session
from acitoolkit import Faults
from credentials import URL, LOGIN, PASSWORD
import requests, json

requests.packages.urllib3.disable_warnings() # Disable warning message

fault_count = {"total": 0, "critical": 0}

Expand Down