Site index Language:
 
2007-06-16, 19:46 ... New application version for Linux and BSD
Today we have "unlashed" two new version of sysinfo application for Linux OS. They are equipped with log system that return server log script data. Also there are changes in how application is running by using parameters. Below we show You few examples how to run application with parameters:
How to send logs to file: default file /var/log/sysinfo.log. Login and password will be read from configuration file located in /etc/sysinfo.conf:
sysinfo --log
How to send logs to file: custom file (/home/paszczak000/logs/log.txt). Login and passwords will be read from configuration file located in /etc/sysinfo.conf:
sysinfo --log /home/paszczak000/logs/log.txt
Starting application with login and unique_key as parameters:
sysinfo -l login -k unique_key
Starting application with pointed configuration file:
sysinfo -f /home/paszczak000/sysinfo/sysinfo.conf
More information about parameters You can find by using this command:
sysinfo --help
or in file INSTALL included in application packed.
Logs example:
Tue Jun  5 09:16:01 2007 paszczak000 Result: 1 Error: no error HTTP Code: 200
Tue Jun  5 09:18:34 2007 paszczak000 Result: 2 Error: no error HTTP Code: 200
Tue Jun  5 09:18:48 2007 paszczak000 Result:   Error: unsupported protocol HTTP Code: 0
Tue Jun  5 09:18:58 2007 paszczak000 Result:   Error: no error HTTP Code: 404
Tue Jun  5 09:19:13 2007 paszczak000 Result:   Error: couldn't resolve host name HTTP Code: 0