Commit 577df038 authored by JooHan Hong's avatar JooHan Hong

zabbix autoregi modify1

parent 1e30615d
Pipeline #7005 passed with stages
in 1 minute
...@@ -69,7 +69,7 @@ import json,sys,argparse ...@@ -69,7 +69,7 @@ import json,sys,argparse
from zabbix_api import zabbixAPI from zabbix_api import zabbixAPI
server = "https://zabbix.hongsnet.net/zabbix" server = "https://zabbix.hongsnet.net/zabbix"
username = "Admin" username = "Admin"
password = "ghdwngkstjqj" password = "패스워드"
zapi = ZabbixAPI(server=server, path="", log_level=0) zapi = ZabbixAPI(server=server, path="", log_level=0)
zapi.login(username, password) zapi.login(username, password)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment