0.0
No commit activity in last 3 years
No release in over 3 years
This gem provides a very simple command line tool to send notifications to the Svarog server
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

svarog-client

This gem provides a very simple command line tool to send notifications to the Svarog server using it's protocol.

Be sure to have a proper svarog server settings inside a ~/.svarog.yml file.

Rubygem usage:
$ svarog-client -m "message" -s "host-/sender name" -t (info | alert | success | resolved | warning)

Ruby usage:

client = Svarog::Client.new(:server => 'http://localhost:9292', :username => 'user', :password => 'pass')
client.notify('message', 'sender', 'type')