Search found 23 matches
- Fri Mar 12, 2010 4:29 pm
- Forum: User Contributions
- Topic: RRDtool / Xymon / Hobbit script(s)
- Replies: 5
- Views: 7068
Solved
http://random.blows.net/fps-working-graph.png I scrapped my previous method in perl and decided to make a few assumptions about the logs always being in the same order. So here's what I did to get this running on Xymon. Placed a shell script in ~xymon/client/ext/ called fps.sh #!/bin/bash $BB ...
- Fri Mar 12, 2010 2:03 am
- Forum: User Contributions
- Topic: RRDtool / Xymon / Hobbit script(s)
- Replies: 5
- Views: 7068
That's how I would have traditionally done this. But I'm afraid that if I do it that way I risk getting repeating values. Or missing a value. A constant tail should do the trick. Here's what I've come up with since I wrote the question: Install Perl-POE (from rpm or from cpan). Grab this perl code ...
- Fri Mar 12, 2010 12:49 am
- Forum: User Contributions
- Topic: RRDtool / Xymon / Hobbit script(s)
- Replies: 5
- Views: 7068
RRDtool / Xymon / Hobbit script(s)
I'm attempting to watch and understand performance on my systems through graphing. Obviously load goes up when I'm capturing more frames (or other things). But my goal is to create a history and graph it. I can then match this history against CPU load, memory consumption, disk growth, etc. Does ...
- Fri Mar 05, 2010 4:43 pm
- Forum: ZoneMinder 1.24.x
- Topic: cambozola limitations (zoom, montage, & resize) [SOLVED]
- Replies: 13
- Views: 17967
Make sure to use latest version of cambozola, from here: http://www.charliemouse.com/code/cambozola/ You just replace the file with the file in your zm html folder. You sir are my hero. I thought I read about people having problems with updated cambozola.jar jars so I stayed away from them. But per ...
- Thu Mar 04, 2010 4:04 am
- Forum: ZoneMinder 1.24.x
- Topic: cambozola limitations (zoom, montage, & resize) [SOLVED]
- Replies: 13
- Views: 17967
When replaying events, an option (dropdown menu) will apear, (single event, all events, gapless events) the file is located in zoneminder folder, skins/classic/views and the file is event.php, the original array is like... $replayModes = array( 'single' => $SLANG['ReplaySingle'], 'all' => $SLANG ...
- Wed Mar 03, 2010 5:56 am
- Forum: ZoneMinder 1.24.x
- Topic: Events not being recorded and all sorts of errors
- Replies: 7
- Views: 4450
- Wed Mar 03, 2010 5:35 am
- Forum: ZoneMinder 1.24.x
- Topic: cambozola limitations (zoom, montage, & resize) [SOLVED]
- Replies: 13
- Views: 17967
- Wed Mar 03, 2010 4:47 am
- Forum: ZoneMinder 1.24.x
- Topic: cambozola limitations (zoom, montage, & resize) [SOLVED]
- Replies: 13
- Views: 17967
cambozola limitations (zoom, montage, & resize) [SOLVED]
I'm trying to make this easy for others to use. And as we all know the "others" tend to use IE as a browser and are scared of change. Obviously, cambozola is the key to streaming on IE. But when I use cambozola I come across 3 limitations. First. In Montage view, I get the same image repeating ...
- Wed Feb 24, 2010 7:22 am
- Forum: ZoneMinder 1.24.x
- Topic: inodes problem, too much event files
- Replies: 5
- Views: 4726
- Wed Feb 24, 2010 6:05 am
- Forum: ZoneMinder 1.24.x
- Topic: inodes problem, too much event files
- Replies: 5
- Views: 4726
Alternately backup your content on that filesystem and start over. But create your filesystem with less bytes per inode (giving you more inodes). For example, mkfs.ext3 -i 2048 /dev/sda2 I think the default is 8096 or higher. You can go down to as little as 512 byte inodes. And, I sort of recall ...
- Wed Feb 24, 2010 5:58 am
- Forum: ZoneMinder 1.24.x
- Topic: Freezing with Firefox
- Replies: 7
- Views: 5523
i have the same problem. in don't know why. I've add cron job with apache restart but is not verry good solution. Though it's against my browser-religion, I find that using IE with the cambozola.jar gets around the lockups better than anything else. The only downside to cambozola.jar for me is that ...
- Wed Feb 24, 2010 5:35 am
- Forum: ZoneMinder 1.24.x
- Topic: Control problems on zoneminder not on LAN [solved]
- Replies: 1
- Views: 1981
Re: Control problems on zoneminder not on LAN
Has anyone managed to make controls work through a remote camera? Or does anyone have any suggestions how to make this work from remote? As it frequently happens, if you leave me in a room alone with Zoneminder long enough I can fix/find the prob. So. I reinstalled. Not because of this but because ...
- Tue Feb 23, 2010 3:02 pm
- Forum: ZoneMinder 1.24.x
- Topic: ZM 1.242 on SuSe 11.1 doesn't start
- Replies: 9
- Views: 6624
- Tue Feb 23, 2010 6:45 am
- Forum: ZoneMinder 1.24.x
- Topic: ZM 1.242 on SuSe 11.1 doesn't start
- Replies: 9
- Views: 6624
Re: ZM starts now
zm starts without error and I get a streaming video on the 1st camera. The other 7 cameras are either only flickering, black screen or even nothing. Because there is no response from anybody it seems I have to go the hard way myself to figure out how this is working. There are a lot of things that ...
- Tue Feb 23, 2010 6:34 am
- Forum: ZoneMinder 1.24.x
- Topic: Problems installing.
- Replies: 3
- Views: 3659
Re: Problems installing.
Hi I've been following the guide at http://www.zoneminder.com/forums/viewtopic.php?t=14281 for my Ubuntu 9.10 server and I'm having problems compiling. I didn't use the svn but instead the 1.24.2 download from the website. All goes well until the make and I get the error: Does anybody know how to ...