CC-3520: Change default password of monit

-done
This commit is contained in:
Martin Konecny 2012-03-26 17:59:44 -04:00
parent 3308cbb7de
commit d7af91f306
4 changed files with 18 additions and 3 deletions

View file

@ -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);