Rootconf 2018

Rootconf 2018

On scaling infrastructure and operations

##About Rootconf 2018 and who should attend:

Rootconf is India’s best conference on DevOps, SRE and IT infrastructure. Rootconf attracts systems and operations engineers to share real-world knowledge about building reliable systems.

The 2018 edition is a single track conference. Day 1 – 10 May – features talks on security. Colin Charles (chief evangelist at Percona Foundation), Pukhraj Singh (former national cybersecurity manager at UIDAI), Shamim Reza (open source enthusiast), Alisha Gurung (network engineer at Bhutan Telecom) and Derick Thomas (former network engineer at VSNL and Airtel Bharti) will touch on important aspects of infrastructure, database, network and enterprise security.

Day 2 – 11 May – is filled with case studies and stories about legacy code, immutable infrastructure, root-cause analysis, handling dependencies and monitoring. Talks from Exotel, Kayako, Intuit, Helpshift, Digital Ocean, among others, will help you evaluate DevOps tools and architecture patterns.

If you are a:

  1. DevOps programmer
  2. Systems engineer
  3. Architect
  4. VP of engineering
  5. IT manager

you should attend Rootconf.

Birds Of Feather (BOF) sessions at Rootconf 2018 will cover the following topics:

  1. DevSec Ops
  2. Microservices - tooling, architecture, costs and culture
  3. Mistakes that startups make when planning infrastructure
  4. Handling technical debt
  5. How to plan a container strategy for your organization
  6. Evaluating AWS for scale
  7. Future of DevOps

Rootconf is a conference for practitioners, by practitioners.

The call for proposals is closed. If you are interested in speaking at Rootconf events in 2018, submit a proposal here: rootconf.talkfunnel.com/rootconf-round-the-year-2018/

##Venue:

NIMHANS Convention Centre, Lakkasandra, Hombegowda Nagar, Bengaluru, Karnataka 560029.

Schedule, event details and tickets: https://rootconf.in/2018

For more information about Rootconf, sponsorships, outstation events, contact support@hasgeek.com or call 7676332020.

Hosted by

Rootconf is a community-funded platform for activities and discussions on the following topics: Site Reliability Engineering (SRE). Infrastructure costs, including Cloud Costs - and optimization. Security - including Cloud Security. more

Amardeep Vishwakarma

@amardeepvishwakarma

NCCron

Submitted Mar 19, 2018

With increasing servers, applications, crons (schedule jobs) it was becoming pain to manage and monitor all crons.
We thus built NCConfig – a tool to monitor all crons which includes their status – Success/Failure, executing time, output, etc

Few major problems which we used to face before building NCConfig

– Did my job actually run?
Generally all crons were used to be monitored via email now because the typical way to monitor cron jobs is via email it is often extremely hard to find out if a job has actually run successfully. Ideally your monitoring shouldn’t involve people being awake and willing to read automatically generated emails. Especially if the cron job is important.

– Email, email everywhere!
Cron used to email the output of a given job to the user that the job is running as. This can be very useful when some aspect of the job requires alerting the user.
The problem is that you very often do not want emails from cron jobs. And usually when they start they can flood your inbox very fast.

– Where is my cron running ?
With more than 100 serves and single applications running on multiple servers its sometime get difficault to find where actually is my cron running.

– Execution Statistics
You may see the cron job execution statistics (including the total number of successful executions, total number of failed executions (TF) and number of consecutive failed executions (CF)) in the cron job list

Feature details :

  • Centralized system to manage all your crons running on multiple servers.
  • Execution Statistics – You can get the time taken for each and every cron using this tool (Start Time, End Time)
  • Graphical Statistics – You can check the execution statistics in graphical format
  • Role based Management – Admin / Application Manager / Read Only
    – Admin : Will have all the rights like adding server, application, crons. etc
    – Application Manager – Will have the rights to manage the crons of the application which they own.
    – Ready Only – Will have only read only access
  • Cron Success/Failure logs – Stores all the output of the crons in the databases which can be accessed anytime and also the cron status
  • Single Change Settings – includes any actions that can change cron job settings excepting “Enable Logs”, “Disable Logs”, “Enable Cron Job” and “Disable Cron Job”.
  • Easy Integration – One-time setup/integration with your existing environment.
  • NCConfig is totally free for non-commercial use.
  • You can modify the source code to suit your system and use it internally, as well as develop customized tools aggregating features to NCConfig.
  • All settings and the values collected are stored in a simple format and are fully open

You can download the NCConfig from here https://github.com/naukri-engineering/NCConfig

Outline

What I’II Talk About
○ Major problems which we used to face before building NCCron
○ Features of NCCron
○ Walk-through of NCCron

Speaker bio

About Me :

  • Working with Info Edge India Ltd (Naukri.com) as Vice President - Engineering
  • Over 12 years of experience in Internet Technology having expertise in managing & scaling high traffic websites
  • Deliver high-quality software/projects through a mix of software engineering, management and technical expertise.
  • Over 7 years of experience in managing teams including Technical Architects & Engineering Managers; developing complex products for large enterprises and masses.
  • Responsible for all aspects of Software Development, including resource allocation, project management and delivery.
  • Expertise in working with high-traffic application, profiling and improving performance and scalability.

Slides

https://docs.google.com/presentation/d/18N8SbY982Sl5oRAI4U0gCGG72TU84dizmw9T4SGuW7Y/edit?usp=sharing

Comments

{{ gettext('Login to leave a comment') }}

{{ gettext('Post a comment…') }}
{{ gettext('New comment') }}
{{ formTitle }}

{{ errorMsg }}

{{ gettext('No comments posted yet') }}

Hosted by

Rootconf is a community-funded platform for activities and discussions on the following topics: Site Reliability Engineering (SRE). Infrastructure costs, including Cloud Costs - and optimization. Security - including Cloud Security. more