amonagent
amonagent copied to clipboard
Single binary agent for Linux
Somehow ended up with this in the DB: { "_id": ObjectID("5817b16cc7827b0016135100"), "ip_address": "10.9.xx.xx", "distro": { "version": "27", "name": "fedora" } } ...instead of the usual: { "_id": ObjectID("58255cb39050f80016a82e62"), "check_every": 60,...
Currently amonagent seems to log to stderr using the default configuration of https://github.com/sirupsen/logrus/. When run as a systemd service this results in the logs going to syslog. Our desire is...
Seems that at some point, whenever systemd evolved - it now able to follow up by himself over pid files. And old start line of service that looks like `ExecStart=/usr/bin/amonagent...
Every time I restart the amon instance the amonagent on it doesn't start properly anymore. I then have to remove and reinstall the amonagent package to get it working again....
Datadog recently separated their individual checks into separate packages, which will work great with the amonagent: https://github.com/DataDog/integrations-core
I am writing a SaltStack formula for Amon and am trying to include all platforms supported by it. The `Single binary collector agent` link the main page of amon.cx points...
Have you considered allowing users to set tags either via `/etc/opt/amonagent/amonagent.conf` file or a seperate tags file? Kind of like subscriptions for sensu, though not for the same purpose. This...
It would be fantastic to have a Raspberry Pi compatible build of the amon agent. The `armhf` build sadly doesn't work. Arch of Raspberry PI 3: `armv7l`
Describe the problem in the file: https://github.com/amonapp/amonagent/blob/966ce92533d05851b9b880be70f069d77d80438b/packaging/postinst.sh at line 24, it should be "sudo systemctl start amonagent.service" instead "sudo systemctl start amonagent.service" I know it's a only a text ,...
Trying out current master (_latest commit e9cf24b on Mar 27 2017_) the "processes" object is not set. With debug output enabled it looks like this: ``` { "system": { ......