Info Security Memo
  • Blog
  • Sitemap
    • Categories
  • Contact
  • About
  • Resources
  • Tools
  • 51sec.org

Build Confidence

Focusing on Information Security 

Info Security Notes

Create UptimeRobot Monitoring Status Page

1/10/2021

0 Comments

 
Create UptimeRobot Monitoring Status Page
With UptimeRobot's free plan, you will get 50 monitors with 5 minutes monitoring interval, and 5 public status pages, weekly reports etc. It is usually enough for someone like me. I just used following two different ways to get my own UptimeRobot Monitoring Status Page set up. The whole process was easy and the result is fantastic. 

Pre-requirements:
*UptimeRobot account
*Github Account
*Heroku Account
*Own Domain (Option)



From UptimeRobot Website Status Page


This will be easiest way to do but you wont be able to get much customization other than using your own logo and domain. There are some themes for you to choose and also you can control which monitor can show on the page. For security, you can put an password on your page to make it not public. 




GitHub Project - Uptime-status


I forked yb/uptim-status and made a Deploy to Heroku button to make this project can be quickly and easily deployed. 

1  Deploy to Heroku button
Modify README.md file and add following code in:

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new?template=https://github.com/51sec/uptime-status/master)

2  Create a index.php file to load home.html static web page

also rename index.html file to home.html. You can not use index.php to load index.html.

<?php include_once("home.html"); ?>
3  Create a composer.json file including {}


{}
4  Create a app.json file:
Change it accordingly based on your configuration.


{
    "name": "uptime-status",
    "description": "UptimeRobot StatusPage",
    "keywords": [
        "UptimeRobot",
        "StatusPage",
        "Uptime",
        "Robot"
    ],
    "website": "https://github.com/51sec/uptime-status",
    "repository": "https://github.com/51sec/uptime-status",
    "env": {
        "BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-php"
    }
}
5  Click button to deploy


6  Get your Heroku App Link
From Heroku app's settings, go to domain and get your Heroku's url. You also can add your own domain as long as you have a cname pointing to Heroku. 



Demo site:https://myuptimerobot.herokuapp.com/




Notes:
Latest release from yb/uptime-status : https://ift.tt/3bsjSbi



References

  • Creating a 'Deploy to Heroku' Button
  • How to deploy a Simple Static HTML Website on Heroku
  • https://www.hostloc.com/thread-658354-1-1.html





via Blogger https://ift.tt/2LEJxCM
January 10, 2021 at 05:27PM Cloud
0 Comments



Leave a Reply.

    Categories

    All
    Architecture
    Blog
    Checkpoint
    Cisco
    Cloud
    CyberArk
    F5
    Fortigate
    Guardium
    Juniper
    Linux
    Network
    Others
    Palo Alto
    Qualys
    Raspberry Pi
    Security
    SIEM
    Software
    Vmware
    VPN
    Wireless

    Archives

    March 2024
    February 2024
    January 2024
    December 2023
    November 2023
    October 2023
    September 2023
    August 2023
    July 2023
    June 2023
    May 2023
    April 2023
    March 2023
    February 2023
    January 2023
    December 2022
    November 2022
    October 2022
    September 2022
    August 2022
    July 2022
    June 2022
    May 2022
    April 2022
    March 2022
    February 2022
    January 2022
    December 2021
    November 2021
    October 2021
    September 2021
    August 2021
    July 2021
    June 2021
    May 2021
    April 2021
    March 2021
    February 2021
    January 2021
    December 2020
    November 2020
    October 2020
    September 2020
    August 2020
    July 2020
    October 2019
    September 2019
    June 2019
    July 2018
    May 2018
    December 2017
    August 2017
    April 2017
    March 2017
    January 2017
    December 2016
    November 2016
    October 2016
    September 2016
    August 2016
    July 2016
    June 2016
    May 2016
    April 2016
    March 2016
    February 2016
    January 2016
    December 2015
    November 2015
    October 2015
    September 2015
    August 2015
    July 2015
    June 2015
    May 2015
    April 2015
    March 2015

    Print Page:

    RSS Feed

    Email Subscribe
Powered by Create your own unique website with customizable templates.
  • Blog
  • Sitemap
    • Categories
  • Contact
  • About
  • Resources
  • Tools
  • 51sec.org