Website RTO. What monitoring can I setup and how to track issue?


 
Thread Tools Search this Thread
Top Forums Web Development Website RTO. What monitoring can I setup and how to track issue?
Prev   Next
# 1  
Old 06-22-2018
Website RTO. What monitoring can I setup and how to track issue?

Hello,

I have installed a WordPress theme on Cantos and brought up a website on AWS. I have added that website on Cloudflare. While I was working on webpage development, I noticed that sometimes website is unreachable. In 8 hours, I noticed it 2-3 times and after few seconds, it would come back online. As of now, this website is not production but before it goes live, I want to fix this RTO issue.

1- Probably, I would setup some kind of monitoring (with notification to my email), which can tell me, when it goes down. What kind of monitoring I can setup ? Something in AWS or Cloudflare or any third party tool ?
Was checking uptimerobot, but it checks website minimum at 1 minute interval.

2- How do I track, at what level it is failing ? I checked AWS instance and it was always up and no downtime on that Centos linux.

Please sugget solutions, probably not expensive ones.

Thanks
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Issue setup Transparent proxy and Gateway using Squid on CentOS 7

Hello, We are migrating our gateways from CentOS 6 to CentOS 7 and for setting up a transparent proxy using squid and Firewalld i am using below configuration. #Firewalld configurations firewall-cmd --permanent --zone=public --add-forward-port=port=80:proto=tcp:toport=3128:toaddr=LAN_IP... (4 Replies)
Discussion started by: sunnysthakur
4 Replies

2. Linux

Check_esx_host_vmfs plugin issue while monitoring ESXi DS

Hello, I setup a check_esx_host_vmfs plugin for monitoring datastore status on ESXi server. But on configuring this plugin, this is working fine but it displays "WARNING" status on UI of Nagios every time. Currently my datastore size is 926.50 GB and right now free space available is 570.60 GB... (2 Replies)
Discussion started by: sunnysthakur
2 Replies

3. Solaris

Public private key setup issue in Solaris 10

Hi i am using solaris 10.I am trying to setup a public/private key but it is not working.Appreciate your repsonse on it There are two servers DB1 server and DB2 server. 1)I have generated public/private key using below step on both servers. ssh-keygen -t rsa 2)From DB1 server moved the... (6 Replies)
Discussion started by: muraliinfy04
6 Replies

4. Programming

[SOLVED] DDD Newbie Setup Issue

(Ubuntu 11.04) I've just installed the debugger DDD, and I'm literally testing a 'hello world' program, but whilst breakpoints are being hit, the (next to) execute line is not highlighted, and when I click 'Next' the code runs to the end? (7 Replies)
Discussion started by: silas2
7 Replies

5. Solaris

Monitoring issue

can any one help me in this issue iscsiadm: ISCSI_AUTH_GET failed, errno: 5 Monitored File: /var/adm/messages (1 Reply)
Discussion started by: saripudi1985
1 Replies

6. Shell Programming and Scripting

Snmp Process Monitoring Issue

Can someone please explain to me how come snmpwalk doesn't always find a running process that's on a remote server? I prefer to use snmp to monitor processes remotely because this doesn't require me to put a script on that remote box. but the problem is, there are times that my snmp command... (2 Replies)
Discussion started by: SkySmart
2 Replies

7. Shell Programming and Scripting

Monitoring script issue

I written following script to monitor two log files. First piece of code working fine, but piece is failing with followin error. $ sh Log_Monitoring.sh Database failed to written 4 Database failed to written expr: syntax error ================= clear sh=`date | awk '{print $4}' | cut... (2 Replies)
Discussion started by: paventhan
2 Replies

8. Red Hat

printer setup issue

I am a linux newbie who is in over his head.... We have a 3rd party company hosting our servers and they are running RHEL 4 (actaully is is OEL, but Oracle just rebranded RH) they installed a bunch of printers on the servers there. Our application prints but the formatt is off. When we had the... (0 Replies)
Discussion started by: jayjabour
0 Replies

9. UNIX for Dummies Questions & Answers

Possible to track FTP user last login? Last and Finger don't track them.

Like the topic says, does anyone know if it is possible to check to see when an FTP only user has logged in? Because the shell is /bin/false and they are only using FTP to access the system doing a "finger" or "last" it says they have never logged in. Is there a way to see when ftp users log in... (1 Reply)
Discussion started by: LordJezo
1 Replies

10. HP-UX

Issue with setup.hp file for webserver

Hi All, I have an issue in writing the shell script to install a webserver on UNIX system. My shell script look something like this. ------------------------------------------------------------ echo "start of the script" #! /bin/sh cd /home/path echo | setup.hp -is:javaconsole -console... (1 Reply)
Discussion started by: vishalm
1 Replies
Login or Register to Ask a Question
WHATWEB(1)						      General Commands Manual							WHATWEB(1)

NAME
WhatWeb - Web scanner to identify what websites are running. SYNOPSIS
whatweb [options] <URLs> DESCRIPTION
WhatWeb identifies websites. It's goal is to answer the question, "What is that Website?". WhatWeb recognises web technologies including content management systems (CMS), blogging platforms, statistic/analytics packages, JavaScript libraries, web servers, and embedded devices. WhatWeb has over 900 plugins, each to recognise something different. WhatWeb also identifies version numbers, email addresses, account ID's, web framework modules, SQL errors, and more. WhatWeb can be stealthy and fast, or thorough but slow. WhatWeb supports an aggression level to control the trade off between speed and reliability. When you visit a website in your browser, the transaction includes many hints of what web technologies are powering that web- site. Sometimes a single webpage visit contains enough information to identify a website but when it does not, WhatWeb can interrogate the website further. The default level of aggression, called 'passive', is the fastest and requires only one HTTP request of a website. This is suitable for scanning public websites. More aggressive modes were developed for in penetration tests. Most WhatWeb plugins are thorough and recognise a range of cues from subtle to obvious. For example, most WordPress websites can be identi- fied by the meta HTML tag, e.g. '<meta name="generator" content="WordPress 2.6.5">', but a minority of WordPress websites remove this iden- tifying tag but this does not thwart WhatWeb. The WordPress WhatWeb plugin has over 15 tests, which include checking the favicon, default installation files, login pages, and checking for "/wp-content/" within relative links. Features: * Over 1000 plugins * Control the trade off between speed/stealth and reliability * Plugins include example URLs * Performance tuning. Control how many websites to scan concurrently. * Multiple log formats: Brief (greppable), Verbose (human readable), XML, JSON, MagicTree, RubyObject, MongoDB, SQL. * Proxy support including TOR * Custom HTTP headers * Basic HTTP authentication * Control over webpage redirection * Nmap-style IP ranges * Fuzzy matching * Result certainty awareness * Custom plugins defined on the command line OPTIONS
<URLs> Enter URLs, filenames or nmap-format IP ranges. Use /dev/stdin to pipe HTML directly --input-file=FILE -i Identify URLs found in FILE --aggression -a 1 (Stealthy) - Makes one HTTP request per target. Also follows redirects. 2 (Unused) - 3 (Aggressive) - Can make a handful of HTTP requests per target. This triggers aggressive plugins for targets only when those plug- ins are identified with a level 1 request first. 4 (Heavy) - Makes a lot of HTTP requests per target. Aggressive tests from all plugins are used for all URLs. --list-plugins -l List the plugins --plugins -p Comma delimited set of selected plugins. Default is all. Each element can be a directory, file or plugin name and can optionally have a modifier, eg. + or - Examples: +/tmp/moo.rb,+/tmp/foo.rb title,md5,+./plugins-disabled/ ./plugins-disabled,-md5 --info-plugins -I Display information for all plugins. Optionally search with keywords in a comma delimited list. --grep -g Search for a string. Reports in a plugin called Grep --example-urls -e Add example urls for each plugin to the target list --colour=[WHEN] --color=[WHEN] control whether colour is used. WHEN may be "never", "always", or "auto" --log-verbose=FILE Log verbose output --quiet, -q Do not display brief logging to STDOUT --log-brief=FILE Log brief, one-line output --log-xml=FILE Log XML format --log-json=FILE Log JSON format --log-sql=FILE Log SQL INSERT statements --log-sql-create=FILE Create SQL database tables --log-json-verbose=FILE Log JSON Verbose format --log-magictree=FILE Log MagicTree XML format --log-object=FILE Log Ruby object inspection format --log-mongo-database=NAME Name of the MongoDB database --log-mongo-collection=NAME Name of the MongoDB collection. Default: whatweb --log-mongo-host=NAME MongoDB hostname or IP address. Default: 0.0.0.0 --log-mongo-username=NAME MongoDB username. Default: nil --log-mongo-password=NAME MongoDB password. Default: nil --log-errors=FILE Log errors --no-errors Suppress error messages --user-agent -U Identify as user-agent instead of WhatWeb/VERSION. --user -u <user:password> HTTP basic authentication --header -H Add an HTTP header. eg "Foo:Bar". Specifying a default header will replace it. Specifying an empty value, eg. "User-Agent:" will remove the header. --max-threads -t Number of simultaneous threads. Default is 25. --follow-redirect=WHEN Control when to follow redirects. WHEN may be "never", "http-only", "meta-only", "same-site", "same-domain" or "always" --max-redirects=NUM Maximum number of contiguous redirects. Default: 10 --proxy <hostname[:port]> Set proxy hostname and port (default: 8080) --proxy-user <username:password> Set proxy user and password --open-timeout Time in seconds. Default: 15 --read-timeout Time in seconds. Default: 30 --wait=SECONDS Wait SECONDS between connections. This is useful when using a single thread. --custom-plugin Define a custom plugin call Custom, Examples: ":text=>'powered by abc'" ":regexp=>/powered[ ]?by ab[0-9]/" ":ghdb=>'intitle:abc "powered by abc"'" ":md5=>'8666257030b94d3bdb46e05945f60b42'" "{:text=>'powered by abc'},{:regexp=>/abc [ ]?1/i}" --dorks <plugin name> List google dorks for the selected plugin --url-prefix Add a prefix to target URLs --url-suffix Add a suffix to target URLs --url-pattern Insert the targets into a URL. Requires --input-file, eg. www.example.com/%insert%/robots.txt --help -h Display usage --verbose -v Increase verbosity (recommended), use twice for debugging. --debug Raise errors in plugins. --version Display version information. EXAMPLES
Passive: whatweb example.com Passive (Verbose): whatweb -v example.com Aggressive: whatweb -a 3 example.com IP Ranges whatweb 192.168.1.0/24 BUGS
Logging modes append to the user-selected log file by default. Appending will result in malformed XML due to multiple <xml> tags in XML and MagicTree logging modes. AUTHOR
WhatWeb was written by Andrew Horton aka urbanadventurer. HOMEPAGE
http://www.morningstarsecurity.com/research/whatweb April 5th, 2011 WHATWEB(1)