Advertisement
Guest User

Untitled

a guest
Aug 15th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. ERROR: Invalid json response (invalid syntax (<string>, line 1)): <!DOCTYPE HTML>
  2.  
  3. <html><head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <link rel="shortcut icon" href="images/favicon.ico" type="image/ico">
  7. <title>Check_MK Multisite Login</title>
  8. <link rel="stylesheet" type="text/css" href="check_mk-1.2.8p20.css" />
  9. <link rel="stylesheet" type="text/css" href="pages-1.2.8p20.css" />
  10. <link rel="stylesheet" type="text/css" href="login-1.2.8p20.css" />
  11. <!--[if IE]>
  12. <link rel="stylesheet" type="text/css" href="ie-1.2.8p20.css" />
  13. <![endif]-->
  14. <script type="text/javascript" src="js/checkmk_min-1.2.8p20.js"></script>
  15. </head>
  16. <body class="main"><script language="javascript">
  17. if(top != self) {
  18. window.top.location.href = location;
  19. }
  20. </script>
  21. <div id="login">
  22. <img id="login_window" src="images/login_window.png" />
  23. <div id="version">1.2.8p20</div>
  24. <form id="form_login" name="login" class="login" action="login.py" method="POST" enctype="multipart/form-data">
  25. <input type="hidden" name="filled_in" value="login" /><input type="hidden" name="_login" value="1" /><input type="hidden" name="_origtarget" value="view.py?aggr_name=THN_Status&amp;output_format=python&amp;view_name=aggr_single_api" /><label id="label_user" class="legend" for="_username">Username:</label> <br />
  26. <input type="text" class="text" value="" name="_username" id="input_user" />
  27. <label id="label_pass" class="legend" for="_password">Password:</label><br />
  28. <input type="password" class="text" value="" name="_password" id="input_pass" />
  29. <div id="button_text"><label for="_login" class="image_button"><input onfocus="if (this.blur) this.blur();" type="submit" name="_login" id="_login" value="Login" class="" />
  30. </label></div>
  31. <div id="foot">Version: 1.2.8p20 - &copy; <a href="http://mathias-kettner.de>Mathias Kettner</a><br /><br />You can use, modify and distribute Check_MK under the terms of the <a href="http://mathias-kettner.de/gpl.html>GNU GPL Version 2</a>.</div>
  32. </form>
  33. </div>
  34. <script language="javascript" type="text/javascript">
  35. <!--
  36. if (document.login._username) { document.login._username.focus();
  37. document.login._username.select();
  38. }
  39. // -->
  40. </script>
  41. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement