Hello,
Is there any log available in NagiosXiIwhere I can see components details (like when it was installed and by whom)?
NagiosXi components log?
Re: NagiosXi components log?
Admin -> Audit Log. This is part of our Enterprise Edition, and you can enable a 60-day trial of Enterprise when you visit the page.


Former Nagios employee
-
sureshkraj2012
- Posts: 65
- Joined: Tue Aug 06, 2013 11:06 pm
Re: NagiosXi components log?
Thank you!
Is that entries from /usr/local/nagios/var/nagios.log ?
Is that entries from /usr/local/nagios/var/nagios.log ?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: NagiosXi components log?
No it is from the UI. Admin -> Audit Logsureshkraj2012 wrote:Is that entries from /usr/local/nagios/var/nagios.log ?
Re: NagiosXi components log?
More specifically, no those are not logged in the Nagios Core log file. I believe it is from the postgres database.
Former Nagios employee
-
sureshkraj2012
- Posts: 65
- Joined: Tue Aug 06, 2013 11:06 pm
Re: NagiosXi components log?
Thank you for the reply
Is there any Nagios document available that explains database structure?
Wondering why Nagios has two differnent DBs and I would like to know what is stored on MySQL and Postgres?
Is there any Nagios document available that explains database structure?
Wondering why Nagios has two differnent DBs and I would like to know what is stored on MySQL and Postgres?
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: NagiosXi components log?
This may be of help:
http://www.informit.com/articles/articl ... 9&seqNum=2
Esentially, the Mysql DB "nagios, and nagiosql" are responsible for housing your configurations, and the postgres database handles user information such as what is used to log into the web interface, it also handles XI specific configuration information for the XI subsystem and it's web interface which runs on top of Nagios Core.
http://www.informit.com/articles/articl ... 9&seqNum=2
Esentially, the Mysql DB "nagios, and nagiosql" are responsible for housing your configurations, and the postgres database handles user information such as what is used to log into the web interface, it also handles XI specific configuration information for the XI subsystem and it's web interface which runs on top of Nagios Core.
-
sureshkraj2012
- Posts: 65
- Joined: Tue Aug 06, 2013 11:06 pm
Re: NagiosXi components log?
Thank you for the clarification!
Very helpful! We can close this thread!
Very helpful! We can close this thread!