Syslog wrong path

General discussion about Plugins for Cacti

Moderators: Developers, Moderators

Post Reply
007san
Posts: 5
Joined: Mon Nov 07, 2011 11:19 pm

Syslog wrong path

Post by 007san »

Why my Syslog with wrong path?

details as attachment.
Attachments
syslog.JPG
syslog.JPG (100.08 KiB) Viewed 1031 times
noname
Cacti Guru User
Posts: 1566
Joined: Thu Aug 05, 2010 2:04 am
Location: Japan

Re: Syslog wrong path

Post by noname »

Please make sure $url_path in your 'include/config.php'.
007san
Posts: 5
Joined: Mon Nov 07, 2011 11:19 pm

Re: Syslog wrong path

Post by 007san »

my include/config.php only contain database info.

what is the format?
$url_path="http://192.168.1.1:8080/" ???
007san
Posts: 5
Joined: Mon Nov 07, 2011 11:19 pm

Re: Syslog wrong path

Post by 007san »

I found that $url_path in include/global.php.

Code: Select all

/* set URL path */
if (! isset($url_path)) {
        $url_path = "";
}
$config['url_path'] = $url_path;
define('URL_PATH', $url_path);
007san
Posts: 5
Joined: Mon Nov 07, 2011 11:19 pm

Re: Syslog wrong path

Post by 007san »

I added following code, solved.

Code: Select all

$url_path= '/';
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests