https://github.com/puzza007/icinga
Erlang NCSA Client
https://github.com/puzza007/icinga
Last synced: 3 months ago
JSON representation
Erlang NCSA Client
- Host: GitHub
- URL: https://github.com/puzza007/icinga
- Owner: puzza007
- License: bsd-2-clause
- Created: 2014-03-11T13:53:56.000Z (over 12 years ago)
- Default Branch: develop
- Last Pushed: 2015-01-19T14:29:08.000Z (over 11 years ago)
- Last Synced: 2024-12-31T20:16:23.502Z (over 1 year ago)
- Language: Erlang
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Erlang NCSA Client
## API
``` erlang
ok = icinga:submit_async(warning, "service description", "message text").
ok = icinga:submit_sync(warning, "service description", "message text").
```
## Application config
| Option | Type | Default |
|:--------------- |:------------------------------- |:----------------- |
| server_hostname | string() | `"localhost"` |
| server_port | integer() | `9042` |
| server_password | string() | `"chang3m3` |
| server_timeout | integer() | `5000` |
| client_hostname | string() | `"localhost"` |