| gcalvino | ef4db8d | 2018-04-02 12:46:28 +0200 | [diff] [blame] | 1 | #!/usr/bin/env bash |
| Benjamin Diaz | 17c7c53 | 2018-04-18 15:27:31 -0300 | [diff] [blame] | 2 | # Copyright 2018 Whitestack, LLC |
| 3 | # ************************************************************* |
| 4 | |
| 5 | # This file is part of OSM Monitoring module |
| 6 | # All Rights Reserved to Whitestack, LLC |
| 7 | |
| 8 | # Licensed under the Apache License, Version 2.0 (the "License"); you may |
| 9 | # not use this file except in compliance with the License. You may obtain |
| 10 | # a copy of the License at |
| 11 | |
| 12 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | |
| 14 | # Unless required by applicable law or agreed to in writing, software |
| 15 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 16 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 17 | # License for the specific language governing permissions and limitations |
| 18 | # under the License. |
| 19 | |
| 20 | # For those usages not covered by the Apache License, Version 2.0 please |
| 21 | # contact: bdiaz@whitestack.com or glavado@whitestack.com |
| 22 | ## |
| 23 | /bin/bash /mon/osm_mon/plugins/vRealiseOps/vROPs_Webservice/install.sh |
| Benjamin Diaz | b85fc8c | 2018-05-03 13:22:11 -0300 | [diff] [blame^] | 24 | nohup python3 /mon/osm_mon/plugins/OpenStack/Aodh/notifier.py & |
| 25 | python3 /mon/osm_mon/core/message_bus/common_consumer.py |
| gcalvino | ef4db8d | 2018-04-02 12:46:28 +0200 | [diff] [blame] | 26 | |