[Rebranding] Minor fix 2
This commit is contained in:
parent
653248698d
commit
bcb3af09ca
|
@ -13,7 +13,7 @@ This is a sample of GOLIAT Webcheck module:
|
|||
</p>
|
||||
<pre>
|
||||
task_begin
|
||||
post http://galaga.artica.es/pandora/index.php?login=1
|
||||
post http://galaga.artica.es/monitoring/index.php?login=1
|
||||
variable_name nick
|
||||
variable_value demo
|
||||
variable_name pass
|
||||
|
@ -23,7 +23,7 @@ resource 1
|
|||
task_end
|
||||
|
||||
task_begin
|
||||
get http://galaga.artica.es/pandora/index.php?sec=messages&sec2=operation/messages/message
|
||||
get http://galaga.artica.es/monitoring/index.php?sec=messages&sec2=operation/messages/message
|
||||
cookie 1
|
||||
resource 1
|
||||
check_string Read messages
|
||||
|
|
|
@ -14,7 +14,7 @@ Este es un ejemplo del modulo Webcheck de GOLIAT:
|
|||
</p>
|
||||
<pre>
|
||||
task_begin
|
||||
post http://galaga.artica.es/pandora/index.php?login=1
|
||||
post http://galaga.artica.es/monitoring/index.php?login=1
|
||||
variable_name nick
|
||||
variable_value demo
|
||||
variable_name pass
|
||||
|
@ -24,7 +24,7 @@ resource 1
|
|||
task_end
|
||||
|
||||
task_begin
|
||||
get http://galaga.artica.es/pandora/index.php?sec=messages&sec2=operation/messages/message
|
||||
get http://galaga.artica.es/monitoring/index.php?sec=messages&sec2=operation/messages/message
|
||||
cookie 1
|
||||
resource 1
|
||||
check_string Read messages
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
</p>
|
||||
<pre>
|
||||
task_begin
|
||||
post http://galaga.artica.es/pandora/index.php?login=1
|
||||
post http://galaga.artica.es/monitoring/index.php?login=1
|
||||
variable_name nick
|
||||
variable_value demo
|
||||
variable_name pass
|
||||
|
@ -23,7 +23,7 @@ resource 1
|
|||
task_end
|
||||
|
||||
task_begin
|
||||
get http://galaga.artica.es/pandora/index.php?sec=messages&sec2=operation/messages/message
|
||||
get http://galaga.artica.es/monitoring/index.php?sec=messages&sec2=operation/messages/message
|
||||
cookie 1
|
||||
resource 1
|
||||
check_string Read messages
|
||||
|
|
Loading…
Reference in New Issue