touch-dev-null / my_nagios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyNagios

This project rocks and uses MIT-LICENSE.

rake my_nagios:install:migrations

application_css:

@import “bootstrap-sprockets”; @import “bootstrap”;

5min:

cron: "*/5 * * * *"
class: "ScheduleByIntervalJob"
queue: my_nagios_monitoring
args:
  interval: 5

15min:

cron: "*/15 * * * *"
class: "ScheduleByIntervalJob"
queue: my_nagios_monitoring
args:
  interval: 15

30min:

cron: "*/30 * * * *"
class: "ScheduleByIntervalJob"
queue: my_nagios_monitoring
args:
  interval: 30

sidekiq -q my_nagios_monitoring

About

License:MIT License


Languages

Language:Ruby 64.4%Language:HTML 22.1%Language:CSS 5.6%Language:CoffeeScript 5.2%Language:JavaScript 2.7%