cacti
cacti copied to clipboard
Add diagnostic tools to device view
I think it would be cool to add some diagnostic tools for troubleshooting devices while in cacti instead of having to go direct to the server
The scenario would be you have a device you want to monitor via ping and its not responding you may want to run a traceroute to see if there is a network issue
another Scenario you have a device you want to monitor and you have entered the domain name but it's not responding so you might want to do a nslookup to be sure it's resolving properly
another scenario would be you want to monitor a open tcp port cacti reports the port as not reachable you may want to run a nmap against the ip/host to verify
The idea would be to have a couple of breadcrumb icons in the device view where you could click to get the results of said tests
Thanks !
Probably best way of looking at things like this is via a plug-in but things like traceroute requires root which is due to the socket access
Ok cool I will start hacking away and see what I can come up with
Thanks for the input!
Traceroute in a modern Linux does not require setuid or root. So, having a 'traceroute' callback should be pretty strait forward on Linux anyway. Windows is pretty slow, or was anyway the last time I ran it.
It's still dirt slow in Windoz.