aboutsummaryrefslogtreecommitdiffstats
path: root/app/monitoring
AgeCommit message (Collapse)AuthorFilesLines
2017-08-11US2853 rename pnic to host_pnic & switch_pnicyayogev2-3/+2
fixed clique finder to work with switch-switch link type Change-Id: I4f815f77e6b4ea36669dfb58bb5f5e914fe3e1ac Signed-off-by: yayogev <yaronyogev@gmail.com>
2017-08-07remove unused TMP_FILES_DIRYaron Yogev1-1/+0
Change-Id: Ib2b8cf1b16ad2f404039e106bb4bb5be710bfdaa Signed-off-by: Yaron Yogev <yaronyogev@gmail.com>
2017-08-07use tempfile.TempDirectory instead of /tmpYaron Yogev1-9/+3
Change-Id: I408097ebd5f40a7f5ee5f1cc44e2a93410c0c7cc Signed-off-by: Yaron Yogev <yaronyogev@gmail.com>
2017-08-02Fix sending of restart command to Sensu serverYaron Yogev1-2/+2
- SshConnection: get_ssh(): handle host == monitoring server - if host is the one defined in Monitoring config, use the access definitions for the server_ip - Fix connections management: - no need to disinguish between CLI connections and SFTP ones; - add get_connection_key(); - rename the Paramiko SSH client data member --> ssh_client Change-Id: I9e127774c9287d81d73ce5ba02704d3b7cda6725 Signed-off-by: Yaron Yogev <yaronyogev@gmail.com>
2017-07-27Calipso initial release for OPNFVYaron Yogev31-0/+1839
Change-Id: I7210c244b0c10fa80bfa8c77cb86c9d6ddf8bc88 Signed-off-by: Yaron Yogev <yaronyogev@gmail.com>