Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Jul 8, 2020
1 parent 735dc4f commit afdf7e8
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<p align="center">
<img alt="Agent Logo" src="/assets/logo.png" height="120" />
<h3 align="center">Uptimedog Agent</h3>
</p>


## Installation


```
#
```


## Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, Uptimedog Agent is maintained under the [Semantic Versioning guidelines](https://semver.org/) and release process is predictable and business-friendly.

See the [Releases section of our GitHub project](https://github.com/uptimedog/agent/releases) for changelogs for each release version of the Agent. It contains summaries of the most noteworthy changes made in each release. Also see the [Milestones section](https://github.com/uptimedog/agent/milestones) for the future roadmap.


## Bug tracker

If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/uptimedog/agent/issues


## Security Issues

If you discover a security vulnerability within Uptimedog Agent, please send an email to [hello@clivern.com](mailto:hello@clivern.com)


## Contributing

We are an open source, community-driven project so please feel free to join us. see the [contributing guidelines](CONTRIBUTING.md) for more details.


## License

© 2020, Uptimedog. Released under [MIT License](https://opensource.org/licenses/mit-license.php).

**Uptimedog Agent** is authored and maintained by [@uptimedog](https://github.com/uptimedog).
Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion config.dist.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API Server Configs
api_server_url: ${UD_API_SERVER_URL:-https://api.uptimedog.io}
api_key: ${UD_API_KEY:-https://api.uptimedog.io}
api_key: ${UD_API_KEY:-xxxxxxxxxxxxxxxx}

# Log level, it can be debug, info, warn, error, panic, fatal
log_level: ${UD_AGENT_LOG_LEVEL:-warn}
Expand Down

0 comments on commit afdf7e8

Please # to comment.