-
Requirements:
PHP 5.x (5 Is now used, for object orientated support)
For those using php4, it's quite unpleasant. ;) Though it's really not that hard to upgrade your php, or if it is, you've gotta stick with editing your config files by hand (which really isn't that hard either.) :)
2005-09-28 15:02:03 UTC in Fruity : A Nagios Configuration Tool
-
Hey, I heard there was going to be a new release soon... (On the mailing list)... I haven't heard anything more, but that was about 5 days ago, and there was a new release expected in a day or two. :)
2005-09-26 15:23:57 UTC in Fruity : A Nagios Configuration Tool
-
Yeah, that's due to the fact that PHP now works properly. ;) The best thing to do is to take that function call there and assign it to a variable... Instead of this:
fputs($tempHandler, "\thost_notification_period ".prepare_for_export($fruity->return_period_name($contactInfo['host_notification_period']))."\n");
Have THIS:
$tempname =...
2005-09-26 15:22:51 UTC in Fruity : A Nagios Configuration Tool
-
Logged In: YES
user_id=293082
Where can we get this lovely PL1? ;)
2005-09-21 17:09:43 UTC in Fruity : A Nagios Configuration Tool
-
Logged In: YES
user_id=293082
Sorry, this has already been resolved. Please ignore. :)
2005-09-21 16:55:48 UTC in Fruity : A Nagios Configuration Tool
-
When I put in a Host Down sound in "CGI Configuration -
Sounds", when I check again, it then appears
under "Host Unreachable Sound"... And putting a sound
in "Host Unreachable" does... Nothing. :)
This is 1.0 Beta 2 :)
2005-09-21 16:54:08 UTC in Fruity : A Nagios Configuration Tool
-
I opened a bug in the bugtracker, and I got the following message:
---------
Try going to the page sessionend.php and then back to
index.php . We have reworked how sessions are done and this
is one of the side effects. Thankfully, this shouldn't
happen often. If going to sessionend.php doesn't work,
let
us know (also let us know what page you're trying to get
to).
-----------...
2005-09-19 23:56:59 UTC in Fruity : A Nagios Configuration Tool
-
Logged In: YES
user_id=293082
That worked. :) Thanks very much! :)
2005-09-19 23:55:23 UTC in Fruity : A Nagios Configuration Tool
-
I'm getting the following error:
PHP Fatal error: Call to a member function restart() on
a non-object in /fruity/includes/sessions.inc on line 87
My configuration:
Fruity 1.0 Beta 2
PHP 5.04
mySQL 4.1.13
ADOdb 4.65
Nagios 2.04b
I also tried downgrading ADOdb a few versions, still no
go.
2005-09-19 15:18:57 UTC in Fruity : A Nagios Configuration Tool
-
Also, just read the bug tracker about the latest ADOdb not working with it, but I downgraded, and still am having the problem... Went back 4 different versions of ADOdb, and still having the problem.
Bug tracker referral:
http://sourceforge.net/tracker/index.php?func=detail&aid=1290326&group_id=136248&atid=734750
(Don't think it's relevant to THIS problem, but... ?)
2005-09-19 15:15:59 UTC in Fruity : A Nagios Configuration Tool