From: Buchan M. <bg...@st...> - 2010-11-24 14:08:12
|
On Monday, 22 November 2010 14:44:15 Alessandro Tinivelli wrote: > hi all, > > i'm new to devmon trying to use it with xymon 4.2.3. > How did you install devmon? > > > Running ./devmon --readbbhosts -vv > > i am getting this > > > > [HOBBITUSER@bsmon03 devmon-0.3.1-beta1]$ ./devmon --readbbhosts -vvv > > [10-11-22@12:49:45] Option 'bblocation' defaulting to: > > Undefined subroutine &dm_templates::log_fatal called at > /home/HOBBITUSER/devmon-0.3.1-beta1/modules/dm_templates.pm line 175. Well, line 175 of dm_templates.pm says: log_fatal("Unable to open template directory ($!)",0); So, most likely you did not follow the installation instructions which indicated you should download and unpack the templates tarball as well. (BTW, this should have reported the error correctly, in my test it shows: $ ./devmon --readbbhosts [10-11-24@14:56:51] Unable to open template directory (No such file or directory) ) Regards, Buchan |