Page 1 of 1
how can I find in what date a host was created in nagios?
Posted: Thu Jul 17, 2014 11:46 am
by almirf
Dear Friends
how can I find in what date a host was created in nagios??
thanks
Almir
Re: how can I find in what date a host was created in nagios
Posted: Thu Jul 17, 2014 11:53 am
by tmcdonald
You can look at the timestamp of the config file to see the MAC (Modified, Accessed, Created) time, but that's about it.
Re: how can I find in what date a host was created in nagios
Posted: Thu Jul 17, 2014 2:13 pm
by almirf
ok but this is not enough because the nagiosql updates all the time and it does not say when it was created.
it marks the time and day of the last update.
is there any way to see inside the database / mysql??
tmcdonald wrote:You can look at the timestamp of the config file to see the MAC (Modified, Accessed, Created) time, but that's about it.
Re: how can I find in what date a host was created in nagios
Posted: Thu Jul 17, 2014 2:23 pm
by tmcdonald
Is this for Nagios Core or Nagios XI? You posted in the Core forum.
Core just relies on the flat config files but XI has a MySQL database on the backend that holds the Core Config Manager data. Two totally different beasts.