-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
50 lines (24 loc) · 1.59 KB
/
README
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
[ UNOFFICIAL OPSVIEW HOST ICONS ]
Host Icons are configurable as part of Opsview host configuration. They are used to visually represent Hosts in Opsview's status views
These icons are provided without warrantee or restriction. Copyright for product logos remain with the respective vendors. If you are the trademark owner please contact me using the details below.
These files are not officially sanctioned by Opsera Limited for use with Opsview software.
[ CONTACT ]
Email: [email protected]
For more information about Opsview please visit http://opsview.org/
[ WHAT YOU GET ]
./logos - Logos representing software and hardware products / manufacturers
./symbols - Symbols for representing servers, switches, routers, etc
[ MANAGING ICONS ON YOUR OPSVIEW SYSTEM ]
Opsview comes with a tool for managing Host Icons. This tool will convert GIF format files into the relevant formats for use with Opsview and it will register the icon in Opsview's configuration database.
This tool is located in the '/usr/local/nagios/bin' directory.
ADDING AN ICON:
./hosticon_admin add 'LOGO - <name of icon>' <path>/<icon name>.png
eg: ./hosticon_admin add 'Logo - ACME OS' /tmp/acme.png
DISPLAYING LIST OF INSTALLED ICONS:
./hosticon_admin list
REMOVING PREVIOUSLY INSTALLED ICONS:
./hosticon_admin remove <name of icon>
[ USING BULK UPDATE SCRIPT ]
Karsten Muller ([email protected]) has kindly provided a bulk update script that adds the complete set of icons to your Opsview system. This script is found at './add-all-icons.sh'
---
EOF