god hates me
[configmanager.git] / lib / junos.plugin.php
index 61ec460..6f70932 100644 (file)
@@ -7,6 +7,7 @@ $HOST_TYPE["junos"]["needsenable"] = false;
 
 function jos_getConfig($host, $username, $password, $enable)
 {
+       error_log("junos: attempting login with $username, $password to $host");
        return genericssh_ssh($host, $username, $password, "cli show configuration");
 }
 ?>
\ No newline at end of file