send_clowder

Simple command-line tool for sending messages to clowder


Keywords
send_clowder
License
BSD-3-Clause
Install
pip install send_clowder==0.1.2

Documentation

send_clower

Simple command-line tool for sending messages to clowder.io.

Installation

Simply install the application from PyPI.

pip install send_clowder

Usage

To send an ok status update simply pipe your values as follows:

echo -e "25" | xargs send_clowder APIKEY ok my_service -v

To send a failure status simply change ok to fail:

echo -e "25" | xargs send_clowder APIKEY fail my_service -v

You can also send along frequencies as ISO8601 durations, for example:

send_clowder APIKEY ok my_server -f P1D

This would cause Clowder to send an error email if the gap between service results was more than 1 day.