Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Graphs for triggered alerts #8

Open
smiles1969 opened this issue Dec 21, 2016 · 5 comments
Open

Feature request: Graphs for triggered alerts #8

smiles1969 opened this issue Dec 21, 2016 · 5 comments

Comments

@smiles1969
Copy link
Contributor

It would be VERY useful to be able to graph how many times a particular syslog alert has been triggered over time, and also the number of times the same specific alert has come in within the poller interval period, for alerts that have thresholds before they trigger.

@cigamit
Copy link
Member

cigamit commented Jan 5, 2017

That would be a nice data query to create. It would not be too difficult.

@smiles1969
Copy link
Contributor Author

smiles1969 commented Jan 5, 2017

What would your recommended method be to create this query?

What I've done in attempt to accomplish this is create a php script to query the database and present the results, modeled after your syslog_counter.php that allows graphing the incoming messages.

This method is static and makes sense for the existing application, however doesn't seem to fit the dynamic nature of configurable syslog alerts.

Ideally this would be configured through the plugin.

@netniV
Copy link
Member

netniV commented Mar 31, 2018

If you can attach your work here, we could look it over and see how we can integrate it?

@jpobeda
Copy link
Contributor

jpobeda commented Apr 17, 2018

@smiles1969 would you share that php script with us?

@TheWitness
Copy link
Member

Yea for sure. Share. Though I might have to add a column for that in the upcoming release. Then, we can add a COUNTER and Data Query to fetch the statistics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants