ZoneMinder Wiki - Wiki - How to enable user login. This setting enables the ZoneMinder built in authentication system. It is HIGHLY recommended that you have this setting enabled unless you are using another method to secure access to the server.
Lemuel Brindamour. Jin Chang. Logging — ZoneMinder documentation. Most components of ZoneMinder can emit informational, warning, error and debug messages in a standard format. These messages can be logged in one or more locations. By default all messages produced by scripts are logged in. Juliette Bhairo. Can't Login - ZoneMinder Forums. Can't Login. Post by nojstevens » Sun Jul 05, pm Hello, All was working quite well - added cameras etc.
Then I switch authentication on. Now I cannot login. Kacie Arruda. Getting Started — ZoneMinder documentation. Enabling this option will give you much better coverage of the beginning of alarms whilst biasing out any skipped frames towards the middle or end of the event. However you should be aware that this will have the effect of making the analysis daemon run somewhat behind the capture daemon during events and for particularly fast rates of capture it is possible for the adaptive algorithm to be overwhelmed and not have time to react to a rapid build up of pending frames and thus for a buffer overrun condition to occur.
Ordinarily this relies on the operator resuming motion detection afterwards as failure to do so can leave a monitor in a permanently suspended state. This setting allows you to set a maximum time which a camera may be suspended for before it automatically resumes motion detection.
This time can be extended by subsequent suspend indications after the first so continuous camera movement will also occur while the monitor is suspended.
If you will be using networked cameras select this option. In versions from 1. This works well with most networks cameras but if you have problems you can try the older, but more flexible, regular expression based method by selecting this option.
Note, to use this method you must have libpcre installed on your system. A server will normally fall back to the version it supports with no problem so this should usually by left at the default. This is normally sufficient, however if a particular cameras expects only to communicate with certain browsers then this can be changed to a different string identifying ZoneMinder as Internet Explorer or Netscape etc.
This timeout is in milliseconds per second and will apply to each part of an image if it is not sent in one whole chunk. This setting specifies the minimum port number that ZoneMinder will use.
Ordinarily two adjacent ports are used for each camera, one for control packets and one for data packets. This port should be set to an even number, you may also need to open up a hole in your firewall to allow cameras to connect back if you wish to use unicasting.
This setting specifies the maximum port number that ZoneMinder will use. You should also ensure that you have opened up at least two ports for each monitor that will be connecting to unicasting network cameras.
This option allows you to specify whether you have the ffmpeg tools installed. Note that creating MPEG files can be fairly CPU and disk intensive and is not a required option as events can still be reviewed as video streams without it.
This option allows you to specify your own set that apply to the input to ffmpeg options that are given before the -i option. Check the ffmpeg documentation for a full list of options which may be used here.
This option allows you to specify your own set that apply to the output from ffmpeg options that are given after the -i option. The most common one will often be to force an output frame rate supported by the video encoder. This option allows you to list the ones you want to be able to select. As new formats are supported by ffmpeg you can add them here and be able to use them immediately.
This option lets you control the level of logging output that goes to the system log. ZoneMinder binaries have always logged to the system log but now scripts and web logging is also included. To preserve the previous behaviour you should ensure this value is set to Info or Warning.
This option controls the maximum level of logging that will be written, so Info includes Warnings and Errors etc. To disable entirely, set this option to None. You should use caution when setting this option to Debug as it can affect severely affect system performance.
This option lets you control the level of logging output that goes to individual log files written by specific components. This is how logging worked previously and although useful for tracking down issues in specific components it also resulted in many disparate log files. To preserve this behaviour you should ensure this value is set to Info or Warning. You should use caution when setting this option to Debug as it can affect severely affect system performance though file output has less impact than the other options.
This option lets you control the level of logging output from the web interface that goes to the httpd error log. Note that only web logging from PHP and JavaScript files is included and so this option is really only useful for investigating specific issues with those components.
This option lets you control the level of logging output that is written to the database. This is a new option which can make viewing logging output easier and more intuitive and also makes it easier to get an overall impression of how the system is performing. If you have a large or very busy system then it is possible that use of this option may slow your system down if the table becomes very large. This option allows you to specify how many of these entries are kept.
If you set this option to a number greater than zero then that number is used to determine the maximum number of rows, less than or equal to zero indicates no limit and is not recommended. You can also set this value to time values such as ' day' which will limit the log entries to those newer than that time. You can specify 'hour', 'day', 'week', 'month' and 'year', note that the values should be singular no 's' at the end. The Logs table is pruned periodically so it is possible for more than the expected number of rows to be present briefly in the meantime.
Binary components have several levels of debug whereas more other components have only one. Normally this is disabled to minimise performance penalties and avoid filling logs too quickly.
This option lets you switch on other options that allow you to configure additional debug information to be output. Components will pick up this instruction when they are restarted. Leaving this option blank means that all components will use extra debug not recommended. Setting this option to ' ', e. This is ordinarily what you probably want to do.
To debug scripts use their names without the. You can specify multiple targets by separating them with ' ' characters. However not all levels are used by all components. Also if there is debug at a high level it is usually likely to be output at such a volume that it may obstruct normal operation.
For this reason you should set the level carefully and cautiously until the degree of debug you wish to see is present. Adding a path here will temporarily redirect debug, and other logging output, to this file. This option is a simple filename and you are debugging several components then they will all try and write to the same file with undesirable consequences.
In this way debug from each run of a component is kept separate. This is the recommended setting as it will also prevent subsequent runs from overwriting the same log. You should ensure that permissions are set up to allow writing to the file and directory specified here. This option allows you to indicate what period of historical events are used in this calculation. This option allows you to specify how many warnings must have occurred within the defined time period to generate an overall system alert state.
A value of zero means warnings are not considered. This option allows you to specify how many errors must have occurred within the defined time period to generate an overall system alert state.
A value of zero means errors are not considered. This option allows you to specify how many fatal errors including panics must have occurred within the defined time period to generate an overall system alert state. A value of zero means fatal errors are not considered.
This option allows you to specify how many warnings must have occurred within the defined time period to generate an overall system alarm state. This option allows you to specify how many errors must have occurred within the defined time period to generate an overall system alarm state.
This option allows you to specify how many fatal errors including panics must have occurred within the defined time period to generate an overall system alarm state. This can help in profiling what the optimum settings are for Zones though this is tricky at present. However in future releases this will be done more easily and intuitively, especially with a large sample of events. The default option of 'yes' allows this information to be collected now in readiness for this but if you are concerned about performance you can switch this off in which case no Stats information will be saved.
There are several of these images generated for each frame and zone for each alarm or alert frame so this can have a massive impact on performance.
Only switch this setting on for debug or analysis purposes and remember to switch it off again once no longer required. However in some cases it is easier to diagnose the error if a core file, which is a memory dump of the process at the time of the error, is created. This can be interactively analysed in the debugger and may reveal more or better information than that available from the logs.
If you still need assistance its time to do so correctly. Make sure you are very specific and give as much details as possible. If you ask very generic questions or it doesn't seem you have tried what is recommended you may not get responses. We should be able to have someone get in contact with you shortly and help you. It is still recommended you do the above things as it will help us speed up helping you which means it will also cost you less and get you running faster.
0コメント