Differences

This shows you the differences between two versions of the page.

Link to this comparison view

check_http [2024/08/20 15:59] – created estebanmongecheck_http [2024/08/20 16:07] (current) estebanmonge
Line 1: Line 1:
 ===== Nagios check_http ===== ===== Nagios check_http =====
 ==== Login dokuwiki ==== ==== Login dokuwiki ====
-Note this will work with theme+Note this will work with Mikio theme:
 <code> <code>
 ./check_http -S --sni -H www.dokuwiki.site -u '/doku.php?id=start' -P "u=username&p=password" -e 200 -f follow -s 'Update Profile' ./check_http -S --sni -H www.dokuwiki.site -u '/doku.php?id=start' -P "u=username&p=password" -e 200 -f follow -s 'Update Profile'
 </code> </code>