CC-3520: Change default password of monit
-done
This commit is contained in:
parent
3308cbb7de
commit
d7af91f306
4 changed files with 18 additions and 3 deletions
|
@ -10,7 +10,7 @@ class Application_Model_Systemstatus
|
|||
$ch = curl_init();
|
||||
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
|
||||
curl_setopt($ch, CURLOPT_URL, $url);
|
||||
curl_setopt($ch, CURLOPT_USERPWD, "admin:monit");
|
||||
curl_setopt($ch, CURLOPT_USERPWD, "guest:airtime");
|
||||
$result = curl_exec($ch);
|
||||
curl_close($ch);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue