-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPINE Poller reports the devices down, however, the devices are up #348
Comments
Hi Sean and TheWitness, What availability check do you have set for the device. Is it just ping or snmp and ping? . /spine -R -V 5 -f device_ID -l device_id D:>spine -R -v 5 - f 36 -l 36 D:\cacti\spine> and below is the content of the spine.exe.stackdump: Exception: STATUS_STACK_OVERFLOW at rip=0001004137B6 |
Furthermore, I have run the spine as follows: D:\cacti\spine>spine --readonly --poller=1 --conf=d:/cacti/spine/spine.conf --verbosity=1 --first=36 --last=36 |
How is fping entered in the settings? Use forward slashes and not back slashes. |
@MSS970, So, can you please look into the new permission on Windows to create RAW sockets? Microsoft introduced a new permission level that blocks RAW sockets (aka ICMP ping) unless you have a very specific permission set either for the binary (like Linux/UNIX), or for the user. Please provide feedback once you've completed your investigation. |
This: From here: https://learn.microsoft.com/en-us/windows/win32/winsock/tcp-ip-raw-sockets-2 Looks like the user needs to be in the Local Administrators group. And I suspect if you are testing, you have to open the console as an Administrator due to UAC. |
@TheWitness I will check and update, however after 20th Aug. |
@TheWitness, So I had to revert back to run the schedule script using the built-in "SYSTEM" account. To resolve the incident, I have increased the device/host failure count to 3 polling intervals. Please proceed with the ticket closure. |
Two Errors:
SPINE: Poller[Main Poller] Device[device-name] Hostname[ip_address] ERROR: HOST EVENT: Device is DOWN Message: ICMP: Ping timed out
SPINE: Poller[[Main Poller] Device[device-name] Hostname[ip_address] ERROR: HOST EVENT: Device is DOWN Message: Device did not respond to SNMP, ICMP: Device is Alive
However, when click on the device (edit) page, both SNMP and ICMP test results show the device is up.
When attempting to access the device, it is accessible, up, running, operational.
To Reproduce
Steps to reproduce the behavior:
Go to logs, search for SPINE logs with error.
The above 2 kind of errors are found.
Click on the device, the device is found up and running, the SNMP and ICMP test results are displayed.
OS: Cacti 1.3 [dev] on Windows 2019 server
SPINE: 1.3
FPING: 4.2 for Windows
Net-SNMP 5.9.3 for Windows
Can you kindly extend your support to fix this problem.
The text was updated successfully, but these errors were encountered: