I used apt-get to install cacti on my ubuntu 10.04 box. It said it installed correctly, but I'm not sure what port its listening on.
Asked
Active
Viewed 1.1k times
1
-
I know that the documentation says its http://myserver.com/cacti. But nothing comes up at that address. – rahrahruby Aug 11 '10 at 16:39
1 Answers
3
Try using http://localhost/cacti
. None of the docs (that I have found, at least) reference a specific port, so I'd assume that it's listening on the default http port (80).
If nothing else, you can use netcat to scan your machine for open ports before and after launching cacti. Any ports that change between the two scans are probably in use by cacti.

bta
- 43,959
- 6
- 69
- 99