/[monit]/monit/CHANGES.txt
ViewVC logotype

Diff of /monit/CHANGES.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.261 by hauk, Sat Oct 29 17:16:14 2005 UTC revision 1.262 by hauk, Mon Oct 31 17:49:28 2005 UTC
# Line 4  Line 4 
4    
5  Version 4.6.1  Version 4.6.1
6    
7    NEW FEATURES AND FUNCTIONS:
8    *  Allow sending of non-printable chars in send/expect statements.
9       Use the hex notation, \0xHEXHEX to send any char in the range
10       \0x00-\0xFF, that is, 0-255 in decimal. This may be useful
11       when testing some network protocols, particularly those over UDP.
12       To test for example a quake 3 server you can use the following,
13          send "\0xFF\0xFF\0xFF\0xFFgetstatus"
14          expect "sv_floodProtect|sv_maxPing"
15    
16  BUGFIXES:  BUGFIXES:
17  *  If a file content test evaluate to true, monit will now send an  *  If a file content test evaluate to true, monit will now send an
18     alert each time. In previous versions, monit only sent one alert     alert each time. In previous versions, monit only sent one alert
# Line 19  BUGFIXES: Line 28  BUGFIXES:
28     a network connection.     a network connection.
29        
30  *  Improved speed of several protocol tests. Previously monit would  *  Improved speed of several protocol tests. Previously monit would
31     hang on read unto timeout seconds when testing some protocols.     hang on read until timeout seconds when testing some protocols.
32     Say thanks to Artyom Khafizov < afk at inbox!ru >.     Say thanks to Artyom Khafizov < afk at inbox!ru >.
33        
34  *  Fixed a small bug that could cause send/expect to fail if more  *  Fixed a small bug that could cause send/expect to fail if more
35     than one send/expect pair was used.     than one send/expect pair was used and the server sent a large
36         response. Also fixed send/expect to work over UDP.
 *  Fixed send/expect over UDP and added a simple retransmit scheme.  
   
 *  Allow sending of non-printable chars in send/expect statements.  
    Use the hex notation, \0xHEXHEX to send any char in the range  
    \0x00-\0xFF, that is, 0-255 in decimal. This may be useful  
    when testing some network protocols, particularly those over UDP.  
    To test a quake 3 server you can for example use the following,  
       send "\0xFF\0xFF\0xFF\0xFFgetstatus"  
       expect "sv_floodProtect|sv_maxPing"  
37    
38    
39  Version 4.6  Version 4.6

Legend:
Removed from v.1.261  
changed lines
  Added in v.1.262

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26