rohit01 / docker_shinken

Automated docker builds for shinken images
http://www.rohit.io/blog/rip-nagios-hello-docker-shinken.html
55 stars 41 forks source link

Monitoring Windows Machines #16

Closed jangeador closed 8 years ago

jangeador commented 8 years ago

In order to monitor windows machines there are some packages missing. The following packages need to be installed in order for the windows pack monitor to work:

libconfig-inifiles-perl
libdatetime-perl
libnumber-format-perl
libscalar-list-utils-perl

And to install the monitoring pack in the appropriate section of Dockerfile:

su - shinken -c 'shinken install windows'