-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsmicliexample.ini
55 lines (49 loc) · 1.49 KB
/
smicliexample.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# -- FILE: smicli.ini
#
# This is an example smipyping configuration file.
#
#
# General parameters for smipyping
#
[general]
#
# Defines the type of database used. This may be
# csv, mysql today. This determines which database configuration will be
# used as the basis for required tables.
#
dbtype = mysql
#
# Parameters for the database if a mysql database is used. These
# include host name, database name, and user information
#
[mysql]
# Name or ip address of the host to be accessed if the mysql database is
# defined in dbtype, ex. localhost
host = localhost
# Name of the database in the mysql database host. This db must be
# compatible with the field requirements of smipyping. The default name
# we have used to date is SMIStatus
#
database = SMIStatus
#
# Logon credentials for the mysql database.
#
user = kschopmeyer
password = test8play
# parameters for a csv database
[csv]
#
# Name of the file containing the csv table for targets
#
targetsfilename = targetdata_center.csv
lastscanfilename = lastscan_example.csv
companiesfilename = companies_example.csv
notificationsfilename = notifications_example.csv
pingsfilename = pings_example.csv
#[log]
# name of the logfile if one is created. Ignored unless log_level is set.
#log_file = smicli.log
# Level of logs that will be displayed. The possible levels are:
# 'error', 'warning', 'info', 'debug'. If any level is defined, the log output
# at that level and lower will be displayed. debug displays all logs.
#log_level = debug