Hey guys quick question
we use squiz server here & have set up the usual run.php as a cron job as instructed but we seem to gets some weird output of it through e-mail
Below is a sample
Use of uninitialized value in string eq at (eval 1) line 3.
Limit set to 5
–percentages–
00:00–3190/4658 = 68.4843280377845%
00:02–308/4658 = 6.61227994847574%
00:03–489/4658 = 10.4980678402748%
00:04–671/4658 = 14.405324173465%
No peaks found.!
Use of uninitialized value in string eq at (eval 1) line 3.
Limit set to 5
–percentages–
00:02–722/4658 = 15.5002146844139%
00:03–3936/4658 = 84.4997853155861%
I assume the percentages thing has to do with the database but the uninitialized string error I assume is somewhere in the script. We are running 3.4 at the moment.
Regards
Will
That doesnt look like Matrix cron output. What else do you have running?
The "use of unintialised value in string eq" is actually a error that comes from Perl - Matrix does not use any Perl code, so it is most likely something else.
Sorry guys looks like one of our employees set up some scripts for cacti,thanks anyways
thats another 24 e-mails I don't get.
[quote]The “use of unintialised value in string eq” is actually a error that comes from Perl - Matrix does not use any Perl code, so it is most likely something else.
[right][post=“8364”]<{POST_SNAPBACK}>[/post][/right][/quote]