src
pingList.py
Go to the documentation of this file.
1
#!/usr/bin/env python3
2
3
4
#============ Connection with ============#
5
IP2PING = [
6
# Connection with the MongoDB server
7
{
'ip'
:
'192.168.217.183'
,
8
'port'
: 27017,
9
'interval'
: 1,
10
'timeout'
: 1,
11
'count'
: 5,},
12
]
cedri_ros_monitoring
Author(s): Andre Luis Frana
autogenerated on Sun Jul 2 2023 02:45:41