[Nagios-users] Dropping packet with future timestamp, NSCA

2008-06-12 Thread Vinogratzky
Hi list, I have some passive checks with NSCA and my clients are a few seconds ahead. The server rejects the package with: ---8<--- nsca[10986]: Dropping packet with future timestamp. ---8<--- max_packet_age=0 doesn't help here. Any hints? (No, I'm not able to sync the Clients with ntp.) Thx,

[Nagios-users] Dropping packet with future timestamp, NSCA

2008-06-12 Thread Vinogratzky
Hi list, I have some passive checks with NSCA and my clients are a few seconds ahead. The server rejects the package with: ---8<--- nsca[10986]: Dropping packet with future timestamp. ---8<--- max_packet_age=0 doesn't help here. Any hints? (No, I'm not able to sync the Clients with ntp.) Thx,

Re: [Nagios-users] Dropping packet with future timestamp, NSCA

2008-06-13 Thread Vinogratzky
Just change the source: ---8<--- /* check the timestamp in the packet */ packet_time=(time_t)ntohl(receive_packet.timestamp); time(¤t_time); //if(packet_time>current_time){ //syslog(LOG_ERR,"Dropping packet with future //timestamp.");