class Notifu::CLI::Object

Public Instance Methods

contact(name) click to toggle source
# File lib/notifu/cli/object.rb, line 26
def contact(name)
end
contact ACTION() click to toggle source

Configure contact objects

# File lib/notifu/cli/object.rb, line 25
desc "contact ACTION", "Manage contacts"
group(name) click to toggle source
# File lib/notifu/cli/object.rb, line 33
def group(name)
end
group ACTION() click to toggle source

Configure group objects

# File lib/notifu/cli/object.rb, line 32
desc "group ACTION", "Manage groups"
sla(name) click to toggle source
# File lib/notifu/cli/object.rb, line 19
def sla(name)
end
sla ACTION() click to toggle source

Configure SLA objects

# File lib/notifu/cli/object.rb, line 18
desc "sla ACTION", "Manage SLAs"
sync() click to toggle source

DB Sync task

# File lib/notifu/cli/object.rb, line 8
desc "sync", "Syncs locally defined config objects with DB"