Ad Widget

Collapse

Wordpress website monitoring

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jvlavl
    Member
    • Sep 2015
    • 37

    #1

    Wordpress website monitoring

    Hello,

    I need to monitor a website thats build with Wordpress.

    How can I get Zabbix to do a actual login in the website.

    This is part of the site that is providing the login code.

    <form method="post" novalidate="true" action="https://x.x.x.x&#x2F;login&#x2F;"><div class="formElementInput hiddenInput"><input type="hidden" name="type" id="type" class="" value="login"></div><div class="formElementInput hiddenInput"><input type="hidden" name="sfcAction" id="sfcAction" class="" value="sfcUserLogin"></div> <ul>
    <li><div class="formElement usernameElement prependLabel"><label for="username">Gebruikersnaam</label><div class="formElementInput textInput"><input type="text" name="username" id="username" class="&#x20;mbText" required="required" value=""></div></div></li>
    <li><div class="formElement passwordElement prependLabel"><label for="password">Wachtwoord</label><div class="formElementInput passwordInput"><input type="password" name="password" id="password" class="&#x20;mbPassword" autocomplete="on" required="required" value=""></div></div></li>
    <li><div class="formElement submitElement"><input type="submit" name="submit" id="submit" class="&#x20;mbSubmit" value="Logon"></div></li>


    In Scenario I have filled in at Variables:
    {username} username
    {password} password

    in the step under post fields
    name {username}
    password {password}
    Submit Logon

    But still I receive the trigger that the login step is failed.

    Can someone advise?

    Rgds,

    John

Working...