Skip to content

Releases: alpacanetworks/alpamon

0.2.9

28 Feb 11:12
56f9398
Compare
Choose a tag to compare

Refactor webftp

0.2.8

18 Feb 01:57
Compare
Choose a tag to compare

Release 0.2.8 (setup command fixed)

0.2.7

04 Feb 04:43
Compare
Choose a tag to compare

Changelog

  • 388282a Improve setup process with overwrite prompt
  • 090ae42 Modify postinstall.sh to skip setup on upgrade

0.2.6

31 Jan 11:53
Compare
Choose a tag to compare

Changelog

0.2.5

31 Jan 11:42
Compare
Choose a tag to compare

Changelog

  • 7a60b7b Adjust execution timing for remote notification and fix upgrade command
  • ea9e422 Ensure working directory is set for all command executions
  • 6f7e0d2 Fix pty to properly inject environment variables

0.2.4

31 Jan 02:46
Compare
Choose a tag to compare

Changelog

  • c0b8c96 Add AllowOverwrite & AllowUnzip at CommandData
  • 1b1018c Add exception handling for file extensions
  • 1bd2131 Add exception handling for hidden file
  • 51051ee Add statFileTransfer()
  • 060c08c Fix list command
  • 090474b Fix special character-related errors
  • e4fadb5 Merge pull request #25 from alpacanetworks/15-webftp-automatic-extraction-or-upload-failure
  • 714ddb9 Merge remote-tracking branch 'origin/main' into 15-webftp-automatic-extraction-or-upload-failure
  • fe34216 Migrate artifact action to v4
  • 9c5d3ed Minor fix
  • 90f5c92 Update due to changes in alpacon-server

0.2.3

21 Jan 08:41
e6da059
Compare
Choose a tag to compare

Changelog

  • c150a8c Add --feature flag at ent command
  • 340d883 Add .gitignore
  • 39489a3 Add CheckArgs and CheckStrategy type
  • 50ffa3f Add DB client connection logic.
  • 12ac49a Add DBClientManager
  • 9327ffd Add Dockerfiles for tests
  • c4a70ba Add InitDB()
  • d2e76f7 Add InitTestDB()
  • af6c882 Add Post() for post request
  • 9d6087d Add Scheduler to Collector
  • f101acb Add ariga.io/atlas-go-sdk package
  • 41351f5 Add ariga.io/atlas-go-sdk package
  • 9044046 Add check components to Collector
  • d7d44f5 Add cleanup check
  • febe4a4 Add collector for monitoring system
  • cbe828b Add collectorArgs and collectConf type
  • 94ba7e5 Add context for migration
  • f5f10ea Add daily batch checks
  • d382572 Add delete query for old metrics
  • 58f1c8d Add devfs to excludedFileSystems
  • f92f880 Add disk usage related fields to CheckResult
  • a534434 Add ent package
  • 5a9a619 Add functions to calculate bps/pps
  • 9ababc2 Add hourly batch check
  • e9a1dff Add logger
  • 599b58b Add logger
  • 74559ee Add logic to start collector
  • 29e2296 Add postrm script to delete files on package purge
  • 850dcea Add retry logic at Transporter & Collector
  • 8e0e9c3 Add retry logic to checks
  • 7518641 Add save function to save hourly batch metric
  • 61cae3a Add schemas
  • d6464f7 Add script to delete db file
  • 211ad1d Add step for install atlas cli
  • 4958b95 Add test cases for checks
  • 37c0b20 Add transporter to Collector
  • 2538342 Add types.go in base package
  • efc5b16 Adjust buffer size and waitgroup number
  • 7c04baf Apply versioned migrations
  • 0eba3d8 Delete mattn/go-sqlite3 package
  • 70a652b Delete mount_point field
  • 11792b5 Delete running flag in scheduler
  • c4dbe65 Fix SQL query for disk usage
  • 41b275e Fix builds env
  • ef927fc Fix migration directory path
  • 237f14d Fix retry logic in collector's scheduler
  • 4398f87 Include previously removed packages in commit
  • efdbab3 Merge pull request #19 from alpacanetworks/Dockerfiles
  • 2e9a908 Merge pull request #20 from alpacanetworks/update-readme
  • b40009d Merge pull request #21 from alpacanetworks/9-metric-collector
  • 7d63c40 Merge pull request #23 from alpacanetworks/22-collector-fix-test-case
  • e6da059 Merge pull request #24 from alpacanetworks/22-collector-fix-test-case
  • 10e65a2 Merge remote-tracking branch 'origin/9-metric-collector' into 9-metric-collector
  • 99d5ae9 Merge remote-tracking branch 'origin/main' into 9-metric-collector
  • 5cbb99f Merge remote-tracking branch 'origin/main' into 9-metric-collector
  • 3f9cf8d Merge remote-tracking branch 'origin/main' into 9-metric-collector
  • c0e9de1 Merge remote-tracking branch 'origin/main' into 9-metric-collector
  • 9fccdb4 Merge remote-tracking branch 'origin/main' into 9-metric-collector
  • 4c4c770 Minor fix
  • 5c2ac6f Minor fix
  • 321a7e4 Minor fix
  • 2940137 Minor fix
  • 0f04dc3 Minor fix
  • f23ead0 Minor fix
  • 7aaa540 Minor fix
  • f84abee Minor fix
  • 900a834 Minor fix
  • 4c5a600 Minor fix
  • d97975e Minor fix
  • 2d3ceec Minor fix
  • 9592cae Minor fix
  • 42cea59 Minor fix
  • b9227ae Minor fix
  • 333d54f Prevent infinite retries by setting 3-day timeout
  • f08bd29 Refactor Check
  • 56aa822 Refactor CheckError
  • 7f74cde Refactor Checks
  • 1d62769 Refactor CreateCheck()
  • bce09d6 Refactor QuerySet
  • 70b520e Refactor Scheduler
  • 0cf3f95 Refactor Transporter
  • 1cb6a8f Refactor collector initialization logic
  • bbc4f71 Refactor collector related test casas
  • 312542b Refactor declaration location
  • ba492ee Refactor for building Linux packages
  • 788e527 Refactor realtime NET & DISK_IO check
  • b04a119 Refactor to collect only physical interfaces
  • 0c70b49 Rename due to changes in alpacon-server
  • c37a819 Test commit
  • e61e128 Update .goreleaser.yaml
  • 07f5b99 Update README.md
  • c5e3192 Update README.md
  • 9bdfac6 Update README.md
  • 407916c Update README.md
  • 8e6beb1 Update README.md - add comments about testing values
  • cd0281d Update README.md - add comments about testing values
  • 9c3b681 Update README.md - add config file value
  • 2b14e5f Update according to changes
  • aad628b Update due to apply changes
  • 0ad6fe5 Update due to apply changes
  • 5869ef4 Update due to apply changes
  • 7ae737a Update due to changes in alpacon-server
  • 919f46d Update github action yml
  • 5b1cfb5 Update github action yml
  • a63dd3b Update to apply the changes

0.2.2

16 Dec 06:07
0106d6a
Compare
Choose a tag to compare

Changelog

  • 02e91e0 Fix log messages
  • e10bcba Fix the command to upgrade alpamon
  • 46906de Log received commands for debugging
  • 6fc1d3a Merge pull request #17 from alpacanetworks/add-command-logging
  • 0106d6a Merge pull request #18 from alpacanetworks/packaging
  • 6c2ef28 Use preremove instead of postremove to preserve config files during upgrade

0.2.1

13 Dec 12:26
Compare
Choose a tag to compare

Changelog

  • e708dc3 Add SetReadDeadline to websocket client to reconnect on read timeout
  • ba36538 Add initialization logs for agent startup
  • ce64667 Decrease log level threshold for commits
  • 0046605 Minor fix

0.2.0

11 Dec 00:34
Compare
Choose a tag to compare

Changelog

  • dc8fdb9 Increase log level threshold for commit,shell to 30