@danderson
Thanks for the detailed explaination. Is there any plan to develop a more modern maps using a supported framework in the future? I am prepared to hold out for a while if there's a plan because we're limiting our exposure to internal network, but can't long-term.
Search found 6 matches
- Wed Jul 10, 2024 9:04 pm
- Forum: Open Source Nagios Projects
- Topic: Trouble with Status Maps
- Replies: 3
- Views: 5031
- Mon Jun 17, 2024 12:21 am
- Forum: Open Source Nagios Projects
- Topic: Map reverted to Legacy
- Replies: 2
- Views: 2653
Re: Map reverted to Legacy
Found the answer myself. Seems there are some files missing from this release ... looks like we should skip this version?
https://github.com/NagiosEnterprises/na ... issues/968
https://github.com/NagiosEnterprises/na ... issues/967
https://github.com/NagiosEnterprises/na ... issues/968
https://github.com/NagiosEnterprises/na ... issues/967
- Mon Jun 17, 2024 12:08 am
- Forum: Open Source Nagios Projects
- Topic: Map reverted to Legacy
- Replies: 2
- Views: 2653
Map reverted to Legacy
When updating from Nagios® Core™ Version 4.5.2 to Version 4.5.3, the map option of '(legacy)' disapeared, and when I click on 'map' the legacy map feature loads. [Ctrl] + click on the 'map' navigation, URL was .../nagios/cgi-bin/statusmap.cgi?host=all. When manually changing it to 'map.cgi' it showe...
- Wed Oct 30, 2019 12:28 am
- Forum: Open Source Nagios Projects
- Topic: [Solved] NCPA active disk check - The node (D:/) requested
- Replies: 4
- Views: 1885
Re: NCPA active disk check - The node (D:/) requested does n
I have found my problem! It's a real silly mistake ... when copying/pasting from the first server's configuration file, I changed everything except the IP address of the server I was poling :oops: The first server had fewer drives to check, so, naturally, the D:\ and G:\ the new config file was tryi...
- Tue Oct 29, 2019 5:57 pm
- Forum: Open Source Nagios Projects
- Topic: [Solved] NCPA active disk check - The node (D:/) requested
- Replies: 4
- Views: 1885
Re: NCPA active disk check - The node (D:/) requested does n
Thanks for your reply https://localhost:5693/api/disk/logical/E:| { "E:|": { "used_percent": [ 17.6, "%" ], "used": [ 57.1, "GiB" ], "opts": "rw,fixed", "total": [ 325.26, "GiB" ], "device_name": [ &q...
- Wed Oct 23, 2019 8:13 pm
- Forum: Open Source Nagios Projects
- Topic: [Solved] NCPA active disk check - The node (D:/) requested
- Replies: 4
- Views: 1885
[Solved] NCPA active disk check - The node (D:/) requested
I am running active checks to a Windows server and most work but the disk checks only work on half the disks (C: and G:), D: and E: return "The node (D:/) requested does not exist." Is there a permissions problem on the drives? check_command check_ncpa!-t 'mytoken' -P 5693 -M 'disk/logical...