Skip to content

Commit d80b691

Browse files
committed
Minor updates for Travis
1 parent 71a1de9 commit d80b691

3 files changed

+10
-10
lines changed

General-Installing-Instructions.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ packages will vary by operating system.
2525

2626
- dos2unix (for spine)
2727

28-
- development packages (gcc, automake, autoconf, libtool, either mysql-devel or mariadb-devel, net-snmp-devel, help2man)
28+
- development packages (gcc, automake, autoconf, libtool,
29+
either mysql-devel or mariadb-devel, net-snmp-devel, help2man)
2930

3031
(for spine)
3132

@@ -317,7 +318,7 @@ VALUES ('localhost', 'mysql', 'cactiuser', 'time_zone_name', 'root@localhost', '
317318

318319
The systemd units file makes managing a highly available Cacti
319320
setup a bit more convenient.
320-
321+
321322
8. During install, you will need to provide write access to the following files
322323
and directories:
323324

Graph-Overview.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Each **Graph** and **Graph Item** has a set of parameters which control various
2020
of the **Graph**. Fortunately through the use of **Graph Templates**, it is not
2121
necessary to understand the function of each field to create **Graphs** for your
2222
network. When you are ready to take on the task of creating your own **Graph
23-
Templates**, extensive field descriptions for both **Graphs** and **Graph Items** are
24-
provided in that section of the manual.
23+
Templates**, extensive field descriptions for both **Graphs** and
24+
**Graph Items** are provided in that section of the manual.
2525

2626
Below, you can see a simple version of the Graph Management interface found
2727
by going to `Console > Management > Graphs`

Graph-a-Single-SNMP-OID.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
When dealing with SNMP-enabled **Devices**, there are often times when you want to
44
graph the value of a single OID. This tutorial explains how to do this in
55
Cacti. It also assumes that you have the "SNMP - Generic OID Template" **Graph
6-
Template** which is available in the **Generic SNMP Device Package**.
7-
If you do not see this **Graph Template** listed under **Graph Templates**,
6+
Template** which is available in the **Generic SNMP Device Package**.
7+
If you do not see this **Graph Template** listed under **Graph Templates**,
88
install the **Generic SNMP Device Package** using the `import_package.php`
99
command line script located in Cacti's cli directory.
1010

@@ -17,7 +17,7 @@ From the image below, you can see the **New Graphs** interface.
1717
![Graphs New](images/graphs-new.png)
1818

1919
In this image, only the "Graph Template Based` **Graph Templates** are displayed.
20-
Had the `Graph Types` been switched to any of the **Data Query** based ``Graph Types``
20+
Had the `Graph Types` been switched to any of the **Data Query** based `Graph Types`
2121
the interface would look a bit different.
2222

2323
From that Interface, to create a `Generic SNMP OID` based Graph, you need to first
@@ -50,15 +50,14 @@ fields before the new graph can be created properly.
5050
When finished filling in values for these fields, click the Create button. Your
5151
new **Graph** can now be accessed through the `Cosole > Management > Graphs` menu pick.
5252

53-
> **NOTE**: When comparing the Table above, to the image, you will see that the
53+
> **NOTE**: When comparing the Table above, to the image, you will see that the
5454
> `Opacity/Alpha Channel` pick is missing from the interface. To add it, you simply need
55-
> to edit the `Generic SNMP OID` **Graph Template**, add a new **Graph Item Input**
55+
> to edit the `Generic SNMP OID` **Graph Template**, add a new **Graph Item Input**
5656
> override to the Alpha/Opacity on the Graph Template as shown below. We will cover
5757
> that topic in the **Graph Template** section of the manual though.
5858
5959
![Graphs New](images/graphs-new-generic-oid-alpha.png)
6060

61-
6261
#### Important Note on graphing single OID's with Cacti
6362

6463
In order to ensure that Spine and cmd.php will process single OID's correctly,

0 commit comments

Comments
 (0)