Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_axis_stream_quality
Current Version
V1
Last Release Date
2018-03-27
Compatible With
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
- Nagios XI
Owner
License
GPL
Hits
6415
Files:
File | Description |
---|---|
check_axis_ipcamera.sh | check_axis_ipcamera.sh |
critical_tc_black_flux.png | critical_tc_black_flux.png |
critical_colourscount_10.1.6.81-1-20180327154922.jpg | critical_colourscount_10.1.6.81-1-20180327154922.jpg |
critical_brightness_10.1.6.81-1-20180327154922.jpg | critical_brightness_10.1.6.81-1-20180327154922.jpg |
In a large scale environment of ipcameras, administrators have to check "quos" of the streaming without look at the streaming or wait the guard personnel alert.
This script helped me a lot with Axis ipcamera because sometimes all the parameter like ip, http or ftp are good, not in "video loss" but the stream is completely black or the IR is on during the daylight or something else that compromise the quality of recorded images.
So this script analyse a jpg realtime snapshot looking for 2 parameters:
1) Check the number of different colors in the jpg palette
2) Convert the jpg in B/W and count the number of white pixels with -b (brightness) option
This script is made for Axis Security Cameras but you can modify for your convenience with or other brand that provide direct access to a JPG snapshot.
Check thi site for the URL: https://www.ispyconnect.com/sources.aspx
The script require ImageMagick 6 or sup: https://www.imagemagick.org/
This script helped me a lot with Axis ipcamera because sometimes all the parameter like ip, http or ftp are good, not in "video loss" but the stream is completely black or the IR is on during the daylight or something else that compromise the quality of recorded images.
So this script analyse a jpg realtime snapshot looking for 2 parameters:
1) Check the number of different colors in the jpg palette
2) Convert the jpg in B/W and count the number of white pixels with -b (brightness) option
This script is made for Axis Security Cameras but you can modify for your convenience with or other brand that provide direct access to a JPG snapshot.
Check thi site for the URL: https://www.ispyconnect.com/sources.aspx
The script require ImageMagick 6 or sup: https://www.imagemagick.org/
Reviews (0)
Be the first to review this listing!