Request Template for custom port on lighttpd

Templates, scripts for templates, scripts and requests for templates.

Moderators: Developers, Moderators

Post Reply
User avatar
BigPoe
Posts: 3
Joined: Wed May 04, 2016 2:40 am
Location: Not now

Request Template for custom port on lighttpd

Post by BigPoe »

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 :oops:
I desperate need help on this problem.
Thanks.
- Dota addiction is the same level to drug addiction -
User avatar
BigPoe
Posts: 3
Joined: Wed May 04, 2016 2:40 am
Location: Not now

Re: Request Template for custom port on lighttpd

Post by BigPoe »

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 -
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Re: Request Template for custom port on lighttpd

Post by phalek »

If your port is usually 8080 then change line 87 in ss_lighttpd_stats.php from

Code: Select all

			$fh = @fsockopen($address, 80, $errno, $errstr, self::QUERY_TIMEOUT);
to

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
User avatar
BigPoe
Posts: 3
Joined: Wed May 04, 2016 2:40 am
Location: Not now

Re: Request Template for custom port on lighttpd

Post by BigPoe »

YOSH!!

Thanks for the response 'o great guru. You are truly cacti guru!
Long live CACTI!!
- Dota addiction is the same level to drug addiction -
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests