diff --git a/README.md b/README.md new file mode 100644 index 0000000..b8802ee --- /dev/null +++ b/README.md @@ -0,0 +1,41 @@ +

+ Agent Logo +

Uptimedog Agent

+

+ + +## 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). diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 0000000..b1e7ddb Binary files /dev/null and b/assets/logo.png differ diff --git a/config.dist.yml b/config.dist.yml index fe349c0..9494d2a 100644 --- a/config.dist.yml +++ b/config.dist.yml @@ -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}