[Puppet Users] Re: when does 'updated_at' column get updated?

2013-09-16 Thread John Santana
Does anyone know? On Wednesday, September 11, 2013 5:08:23 PM UTC-4, John Santana wrote: Using centos 6 with puppet-2.6.17 with thin_storeconfigs with mysql and nagios exported resources. Every time an agent connects to the master, the updated_at column in the hosts table is updated

[Puppet Users] when does 'updated_at' column get updated?

2013-09-11 Thread John Santana
Using centos 6 with puppet-2.6.17 with thin_storeconfigs with mysql and nagios exported resources. Every time an agent connects to the master, the updated_at column in the hosts table is updated. However, the updated_at column in the other tables is not updated even when I alter a nagios

[Puppet Users] Nagios service not restarting when removing a host from the database

2013-08-05 Thread John Santana
Nagios is restarted every time a host or service is added, but never when removing hosts or services. The client resources: @@nagios_host { $::fqdn: ensure= 'present', alias = $::hostname, address = $::ipaddress, use = 'linux-server', } @@nagios_service {