Hi.
I'm having problems with Serweb server monitoring script. As Instructed Serweb install file I have cron job, that executes "read_ser_moni.php" once in a minute.
Every time the script is executed I get this error on serweb log: "serweb [error] server monitoring - 500 command 't_stats' not available" It also happens, when I'm executing the script from command line or executing manually fifo command with openserctl ("openserctl fifo t_stat").
It seems, that openser receives the command, but doesen't know what to do with it, because I get this error on syslog from openser:
ERROR: fifo_server: command t_stats is not available **** done consume INFO: fifo_server: command empty
Has the t_stat fifo command depricated or am I just missing some parameter from my cfg.
thanks. JN
Hi Jarkko,
the way of pulling data from openser was radically improved in openser via the new Management Interface (MI). Also the statistic values are centralized and fetched in a easyer and flexible way via the "get_statistics" MI command.
the equivalent of openserctl fifo t_stat is openserctl fifo get_statistics tm:
regards, bogdan
Jarkko Nevala wrote:
Hi.
I'm having problems with Serweb server monitoring script. As Instructed Serweb install file I have cron job, that executes "read_ser_moni.php" once in a minute.
Every time the script is executed I get this error on serweb log: "serweb [error] server monitoring - 500 command 't_stats' not available" It also happens, when I'm executing the script from command line or executing manually fifo command with openserctl ("openserctl fifo t_stat").
It seems, that openser receives the command, but doesen't know what to do with it, because I get this error on syslog from openser:
ERROR: fifo_server: command t_stats is not available **** done consume INFO: fifo_server: command empty
Has the t_stat fifo command depricated or am I just missing some parameter from my cfg.
thanks. JN
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users