Skip to content

Commit

Permalink
Merge pull request oceanobservatories#44 from danmergens/13087
Browse files Browse the repository at this point in the history
Issue #13087 - Correct PCO2WA105 port
  • Loading branch information
danmergens authored Jan 10, 2018
2 parents ee3a5a9 + 77ecf09 commit bff22f5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.2.0
* Patch Notes (2018-01-09)
* Corrected PCO2WA105 from port 4C to 4D (CE04OSPS-PC01B-4D-PCO2WA105)

# Version 0.1.0
* Patch Notes (2017-12-04)
* Added [email protected] to monitor distribution list (12157)
2 changes: 1 addition & 1 deletion supervisors/drivers/drivers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ directory=%(here)s/driver_logs/%(program_name)s
command=run_driver mi.instrument.kml.cam.camds.driver InstrumentDriver %(program_name)s %(ENV_EVENTS_QUEUE)s %(ENV_PARTICLES_QUEUE)s %(ENV_CONFIGS)s/%(program_name)s.yaml
autostart=true

[program:CE04OSPS-PC01B-4C-PCO2WA105]
[program:CE04OSPS-PC01B-4D-PCO2WA105]
directory=%(here)s/driver_logs/%(program_name)s
command=run_driver mi.instrument.sunburst.sami2_pco2.pco2a.driver InstrumentDriver %(program_name)s %(ENV_EVENTS_QUEUE)s %(ENV_PARTICLES_QUEUE)s %(ENV_CONFIGS)s/%(program_name)s.yaml
autostart=true
Expand Down
2 changes: 1 addition & 1 deletion supervisors/pa1/monitor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ port_agents:
CE04OSPS-PC01B-05-ZPLSCB102: 10.33.10.143
CE04OSPS-PC01B-4A-CTDPFA109: 10.33.10.135
CE04OSPS-PC01B-4B-PHSENA106: 10.33.10.136
CE04OSPS-PC01B-4C-PCO2WA105: 10.33.10.138
CE04OSPS-PC01B-4D-PCO2WA105: 10.33.10.138
CE04OSPS-SF01B-2A-CTDPFA107: 10.33.10.195
CE04OSPS-SF01B-3A-FLORTD104: 10.33.10.201
CE04OSPS-SF01B-4B-VELPTD106: 10.33.10.207
Expand Down
4 changes: 2 additions & 2 deletions supervisors/pa1/pa1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ command=port_agent rsn 10.33.3.197 2101 2102 RS01SBPS-SF01A-2D-PHSENA101
autostart=true
autorestart=true

[program:CE04OSPS-PC01B-4C-PCO2WA105]
command=port_agent rsn 10.33.10.138 2101 2102 CE04OSPS-PC01B-4C-PCO2WA105
[program:CE04OSPS-PC01B-4D-PCO2WA105]
command=port_agent rsn 10.33.10.138 2101 2102 CE04OSPS-PC01B-4D-PCO2WA105
autostart=true
autorestart=true

Expand Down

0 comments on commit bff22f5

Please sign in to comment.