Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. #FULLNAME:NETSCAPE ERROR
  2. #VERSION: 1.0
  3. #DESCRIPTION: Old web browser allowing you to surf the web as if you were in the 1990's. When there is a fail with a requested URL, it is written in error.log.
  4.  
  5. #####
  6. #
  7. # This file is part of the Prelude-LML program.
  8. #
  9. # This program is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; either version 2, or (at your option)
  12. # any later version.
  13. #
  14. # This program is distributed in the hope that it will be useful,
  15. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. # GNU General Public License for more details.
  18. #
  19. # You should have received a copy of the GNU General Public License along
  20. # with this program; if not, write to the Free Software Foundation, Inc.,
  21. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  22. #
  23. #####
  24.  
  25. #DESCRIPTION:Unsuccessful requested URL written in error.log
  26. #CATEGORY:Web browsing error log
  27. #LOG:20110331.07h27m06s RESPONSE: sent 10.5.23.32 status 504 (unknown Host) for 'sip.websense.com:443/'
  28. regex=netscapeerror result:\S+: sent (\S+) status (\S+) \S+ \S+ for \'(\S+):([0-9]{3})
  29. id=36001; \
  30. analyzer(0).name=Netscape; \
  31. analyzer(0).manufacturer=AOL; \
  32. classification.text=Unsuccessful HTTP request error log; \
  33. assessment.impact.severity=low; \
  34. assessment.impact.completion=failed; \
  35. assessment.impact.type=user; \
  36. assessment.impact.description=The user tried to access $3 but it was unsuccessful, with status code $2 from the server.; \
  37. source(0).node.address(0).address=$1; \
  38. target(0).service.web_service.url=$3; \
  39. target(0).service.port=$4; \
  40. target(0).service.web_service.http_method=$3; \
  41. additional_data(0).type=string; \
  42. additional_data(0).meaning=status code returned by the server to the host; \
  43. additional_data(0).data=$2; \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement