Search found 5 matches
- Thu Apr 16, 2020 3:41 pm
- Forum: Open Source Nagios Projects
- Topic: NSCA: Time difference in packet: 11018287 - Dropping packet
- Replies: 9
- Views: 3402
Re: NSCA: Time difference in packet: 11018287 - Dropping pac
Hi , yeah, i looked at that and was not brave enough to say that it was not being initialized, i have a very low/no skill in C so did not want to point out something, that would surely have been pointed out in NSCAs long history. go figure. thanks for your post. that has cleared up a lot and I am ha...
- Thu Apr 16, 2020 8:42 am
- Forum: Open Source Nagios Projects
- Topic: NSCA: Time difference in packet: 11018287 - Dropping packet
- Replies: 9
- Views: 3402
Re: NSCA: Time difference in packet: 11018287 - Dropping pac
I will definitely have a look at 2.1.0 over the weekend
leave this open and I will let you know what I find.
Philip
leave this open and I will let you know what I find.
Philip
- Wed Apr 15, 2020 4:05 am
- Forum: Open Source Nagios Projects
- Topic: NSCA: Time difference in packet: 11018287 - Dropping packet
- Replies: 9
- Views: 3402
Re: NSCA: Time difference in packet: 11018287 - Dropping pac
yes, both time zones match. also I have tried from a third host sending to the NSCA daemon and time differences are always the same.
the version is 2.9.2.
I have decided to use NRDP instead of NSCA so I do not necessarily need a resolution to this.
the version is 2.9.2.
I have decided to use NRDP instead of NSCA so I do not necessarily need a resolution to this.
- Mon Apr 13, 2020 4:18 pm
- Forum: Open Source Nagios Projects
- Topic: NSCA: Time difference in packet: 11018287 - Dropping packet
- Replies: 9
- Views: 3402
Re: NSCA: Time difference in packet: 11018287 - Dropping pac
thanks for your response, I am looking at the nsca.c code now. yes it is a debug message, but NSCA drops the package, and the service will then become stale. everytime send_nsca sends to NSCA, it is the exact same time difference,11018287, so I am thinking it is something to do with the setting up o...
- Mon Apr 13, 2020 2:23 pm
- Forum: Open Source Nagios Projects
- Topic: NSCA: Time difference in packet: 11018287 - Dropping packet
- Replies: 9
- Views: 3402
NSCA: Time difference in packet: 11018287 - Dropping packet
I have compiled NSCA with libmcrypt on omnios, an solaris/illumos variant. Whenever NSCA requests are received, NSCA responds with a very large number, such as "Time difference in packet: 11018287". This can be worked around with setting "max_package_age=0" but ideally I would li...