Hi,
I'm wondering if there is a way to distribute the Note component to several services.
For example - If I have specific note for 1 host, I want to put the same data in notes for 1000 service. Is there a way to do that?
Maybe some sql query?
Nagios XI Notes - Distribution option
Re: Nagios XI Notes - Distribution option
The notes are stored in postgresql. You can view them by running:
We usually don't recommend messing up directly with the database. This could be a feature request candidate.
Code: Select all
echo 'select * from xi_options;' | psql nagiosxi nagiosxi | grep objectnotesBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios XI Notes - Distribution option
lmiltchev wrote:The notes are stored in postgresql. You can view them by running:
We usually don't recommend messing up directly with the database. This could be a feature request candidate.Code: Select all
echo 'select * from xi_options;' | psql nagiosxi nagiosxi | grep objectnotes
Yeah, I totaly agree with you, but I'm using notes as it serves my NOC team for each of the alerts, and it's kinda ennoying when you need to copy paste lots of times.
How can I (or others) to request it as feature? And I guess it will take months to do that
Actually it could be nice if you could add it to the Bulk modifications, could be the same result.
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Nagios XI Notes - Distribution option
Requests for Nagios XI can be created here:
http://tracker.nagios.com
Provide as much detail as possible so the developers can understand your idea and how you think it should be implemented.
http://tracker.nagios.com
Provide as much detail as possible so the developers can understand your idea and how you think it should be implemented.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Nagios XI Notes - Distribution option
Thanks, I did it.
Re: Nagios XI Notes - Distribution option
We appreciate your feedback. Thanks, we'll close this thread.