Skip to content

Commit

Permalink
Path of failed XMLs are added to kibana page
Browse files Browse the repository at this point in the history
  • Loading branch information
Engin Eren committed Apr 21, 2016
1 parent cbb73e3 commit 0b3a99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XfedKibana/XRDFED-kibana-probe.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def test_redirector(servicename, redirector, file_below=None, file_above=None, e
# save functional test info to XML
if need_xml_link:
myhostname = socket.gethostname()
notes_text = notes_text + "Details for failed test: http://" + myhostname + "/sls/xrdfed_kibana/" + servicename + ".xml <br />\n"
notes_text = notes_text + "Details for failed test: http://" + myhostname + "/sls/xrdfed_kibana/" + servicename + ".xml <br />\n" + "Details for recently failed test : http://vocms037.cern.ch/sls/xrdfed_kibana/err/ <br />\n"
availinfo = availinfo + "<br />" + notes_text
availabilityF = doc.createElement("status")
availabilityF.appendChild(doc.createTextNode(str(availability)))
Expand Down

0 comments on commit 0b3a99b

Please sign in to comment.