I've graphed out the drive usage on system via css. Feel free to use.
Edit: code here seems to butcher css.
Link to pastebin: http://pastebin.org/356410
Search found 10 matches
- Thu Jun 24, 2010 2:49 pm
- Forum: User Contributions
- Topic: New Skin for 1.24
- Replies: 157
- Views: 154973
- Tue May 12, 2009 2:32 pm
- Forum: User Contributions
- Topic: New Skin for 1.24
- Replies: 157
- Views: 154973
- Thu Aug 21, 2008 8:50 pm
- Forum: ZoneMinder Previous Versions
- Topic: Zonminder suddenly stopped recording.
- Replies: 4
- Views: 3925
- Thu Aug 21, 2008 8:40 pm
- Forum: ZoneMinder Previous Versions
- Topic: Zonminder suddenly stopped recording.
- Replies: 4
- Views: 3925
is the database ok? CHECK TABLE `Config` , `ControlPresets` , `Controls` , `Devices` , `Events` , `Filters` , `Frames` , `Groups` , `MonitorPresets` , `Monitors` , `States` , `Stats` , `TriggersX10` , `Users` , `ZonePresets` , `Zones` +-------------------+-------+----------+----------+ | Table | Op ...
- Thu Aug 21, 2008 1:51 pm
- Forum: ZoneMinder Previous Versions
- Topic: Zonminder suddenly stopped recording.
- Replies: 4
- Views: 3925
Zonminder suddenly stopped recording.
ZoneMinder Running - v1.23.3 I have recorded past events without issue. Recently, it has stopped. .../www/events$ ls -lah total 12K drwxr-xr-x 3 www-data www-data 4.0K 2008-08-17 11:10 . drwxr-xr-x 5 www-data www-data 4.0K 2008-08-15 01:08 .. drwxr-xr-x 3 www-data www-data 4.0K 2008-08-20 21:55 1 ...
- Sun Aug 17, 2008 2:30 pm
- Forum: ZoneMinder Previous Versions
- Topic: Odd, tiny sliver of video: CS100
- Replies: 0
- Views: 1337
Odd, tiny sliver of video: CS100
I have a CS100 (OLD intel) usb webcam connected directly to my headless server.
I am able to get video feed... kinda.
Any suggestions? I have inherited two of these, and they both do the same.
I am able to get video feed... kinda.
Any suggestions? I have inherited two of these, and they both do the same.
- Sat Aug 16, 2008 12:01 pm
- Forum: User Contributions
- Topic: HTML URL & partial fix. v1.23.3
- Replies: 5
- Views: 3770
- Sat Aug 16, 2008 7:00 am
- Forum: User Contributions
- Topic: HTML URL & partial fix. v1.23.3
- Replies: 5
- Views: 3770
- Sat Aug 16, 2008 6:59 am
- Forum: User Contributions
- Topic: HTML URL & partial fix. v1.23.3
- Replies: 5
- Views: 3770
With the above, and this, console is compliant. --- zm_html_view_console.php 2008-08-16 00:12:02.000000000 -0400 +++ zm_html_view_console.php 2008-08-16 02:56:25.000000000 -0400 @@ -258,7 +258,7 @@ ?> </script> </head> -<body scroll="auto"> +<body style="overflow:auto;"> <form name="monitor_form ...
- Sat Aug 16, 2008 6:46 am
- Forum: User Contributions
- Topic: HTML URL & partial fix. v1.23.3
- Replies: 5
- Views: 3770
HTML URL & partial fix. v1.23.3
I noticed many of the HTML errors coming up from the source of the console were related to improperly formed URLS... specifically the lack of &. To resolve some 100+ errors, see the diff below. --- zm_funcs.php 2008-05-03 22:37:10.000000000 -0400 +++ zm_funcs.php 2008-08-16 02:47:40.000000000 ...