zabbix api
This commit is contained in:
parent
43462e4d9a
commit
78af1b5db0
7
route/api.zabbix.php
Normal file
7
route/api.zabbix.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
loadHelper("zabbix.api");
|
||||
|
||||
$authenticate = zabbix_authenticate("127.0.0.1", "Admin", "zabbix");
|
||||
|
||||
var_dump($authenticate);
|
||||
|
Loading…
Reference in New Issue
Block a user