Hi, i already try template from this link
http://forums.cacti.net/about19676.html
its work perfectly, except it is only work on default port 80. My machine run 3 diferent web server, and my lighttpd web server are not listening on port 80.
I stumble looking to its source code, but im affraid i am not excel in such language, php is not my native language
I desperate need help on this problem.
Thanks.
Request Template for custom port on lighttpd
Moderators: Developers, Moderators
Request Template for custom port on lighttpd
- Dota addiction is the same level to drug addiction -
Re: Request Template for custom port on lighttpd
still... no answer... i hope this cacti forum is not dead. You are cacti dude!! you are not superman! Superman may dead but not cacti..
- Dota addiction is the same level to drug addiction -
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: Request Template for custom port on lighttpd
If your port is usually 8080 then change line 87 in ss_lighttpd_stats.php from
to
Code: Select all
$fh = @fsockopen($address, 80, $errno, $errstr, self::QUERY_TIMEOUT);
Code: Select all
$fh = @fsockopen($address, 8080, $errno, $errstr, self::QUERY_TIMEOUT);
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Re: Request Template for custom port on lighttpd
YOSH!!
Thanks for the response 'o great guru. You are truly cacti guru!
Long live CACTI!!
Thanks for the response 'o great guru. You are truly cacti guru!
Long live CACTI!!
- Dota addiction is the same level to drug addiction -
Who is online
Users browsing this forum: No registered users and 3 guests