Skip to content

Feature: Support for threshold error reporting to mail/slack #3

Open
@jnduli

Description

@jnduli

I'm looking to use this for reporting errors to slack/email using cronjobs as suggested.\

How I think about this is that I set up flags to check for:

  • if memory usage is more than 80% send out an alert
  • if disk usage is more than 80% send out an alert

How it would work is maybe by having an alert mode eg. python monitor.py --error-mode, and messaging to either slack or email can be set up by piping the output to other tools e.g. slacktee.

Would this be something you're willing to accept as a feature/PR?

Activity

mfcodeworks

mfcodeworks commented on Feb 7, 2020

@mfcodeworks
Owner

I'm very busy at the moment so I won't have time to work on this but if you want to work on a reporting function to include I can see how to merge the PR

jnduli

jnduli commented on Feb 9, 2020

@jnduli
Author
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @jnduli@mfcodeworks

        Issue actions

          Feature: Support for threshold error reporting to mail/slack · Issue #3 · mfcodeworks/Server-Monitoring-Script