mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-10-31 14:13:52 +01:00 
			
		
		
		
	* Renamed the RD_RLM2_CLIENT_TCP_PORT define to RD_PAD_CLIENT_TCP_PORT. * Renamed the RD_RLM_SOURCE_UNIX_ADDRESS define to RD_PAD_SOURCE_UNIX_ADDRESS. * Added a RD_PYPAD_SCRIPT_DIR define. * Added an 'RDNotification::PypadType' value to the 'RDNotification::Type' enumeration. * Added 'PypadOwner=' and 'PypadGroup=' directives to the '[Identity]' section of rd.conf(5). * Added an rdpadengined(8) service. * Added a 'PYPAD_INSTANCES.IS_RUNNING' field to the database. * Added a 'PYPAD_INSTANCES.EXIT_CODE' field to the database. * Added a 'PYPAD_INSTANCES.ERROR_TEXT' field to the database. * Incremented the database version to 304.
		
			
				
	
	
		
			16 lines
		
	
	
		
			614 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			614 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|                   PYPAD_INSTANCES Table Layout for Rivendell
 | |
| 
 | |
| The PYPAD_INSTANCES table holds information about PyPAD script instances
 | |
| being managed by rdpadengined(8).
 | |
| 
 | |
| FIELD NAME           TYPE              REMARKS
 | |
| ------------------------------------------------------------------------------
 | |
| ID                   int(10) unsigned  * Primary key, Auto Increment
 | |
| STATION_NAME         varchar(64)       From STATIONS.NAME
 | |
| SCRIPT_PATH          varchar(191)
 | |
| DESCRIPTION          varchar(191)
 | |
| CONFIG               text
 | |
| IS_RUNNING           enum('N','Y')
 | |
| EXIT_CODE            int(11) signed
 | |
| ERROR_TEXT           text
 |