Search found 16532 matches

by TheWitness
Mon May 13, 2024 7:59 pm
Forum: Plugin: (Network Weather Map)
Topic: KEYPOS DEFAULT Causing Errors
Replies: 2
Views: 54

Re: KEYPOS DEFAULT Causing Errors

Upgrade to the latest develop. It should be fixed there.
by TheWitness
Mon May 13, 2024 7:52 pm
Forum: Help: Linux/Unix Specific
Topic: Spine: Invalid output from script using regex
Replies: 6
Views: 76

Re: Spine: Invalid output from script using regex

It could be that the user account running that script does not have permission. Not that Spine does not load the user profile. So, you have to include the full path to python if you call it that way.
by TheWitness
Mon May 13, 2024 7:47 pm
Forum: Help: General
Topic: Aggregate Graph Data
Replies: 2
Views: 35

Re: Aggregate Graph Data

Look at the table: MariaDB [cacti]> desc aggregate_graphs_items; +--------------------+-----------------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +--------------------+-----------------------+------+-----+---------+-------+ | aggregate_graph_id | int(10) ...
by TheWitness
Sat May 11, 2024 6:56 pm
Forum: Informational/HOWTO's
Topic: Graphs Realtime?
Replies: 3
Views: 59

Re: Graphs Realtime?

Well, it works to 1 second granularity assuming your equipment also supports that.
by TheWitness
Fri May 10, 2024 11:24 pm
Forum: Informational/HOWTO's
Topic: Graphs Realtime?
Replies: 3
Views: 59

Re: Graphs Realtime?

Define realtime?
by TheWitness
Fri May 10, 2024 11:11 pm
Forum: Help: Linux/Unix Specific
Topic: All CPU graph Black 100% or Blank
Replies: 5
Views: 45

Re: All CPU graph Black 100% or Blank

Use rrdtool info command to see the data source names.
by TheWitness
Fri May 10, 2024 11:09 pm
Forum: Help: General
Topic: help: about Automation for "PING - Advanced Ping"
Replies: 1
Views: 68

Re: help: about Automation for "PING - Advanced Ping"

You have to associate it with a device template. But mind you, you will need several threads depending on your collection frequently.
by TheWitness
Fri May 10, 2024 11:06 pm
Forum: Help: General
Topic: Creating graphs for scripted 16-port switch
Replies: 6
Views: 118

Re: Creating graphs for scripted 16-port switch

You have to implement a custom data input method/script to use it. There are some examples included with the default install. The are called Script Queries.
by TheWitness
Fri May 10, 2024 11:03 pm
Forum: Help: General
Topic: I am kind of new and I want to add new device
Replies: 6
Views: 92

Re: I am kind of new and I want to add new device

Change your snmpd.conf to a one line entry of:

rocommunity public

Then restart snmpd on the host.
by TheWitness
Fri May 10, 2024 10:59 pm
Forum: Plugin General
Topic: Plugin RouterConfigs not elevating on Cisco
Replies: 2
Views: 43

Re: Plugin RouterConfigs not elevating on Cisco

You may have to increase the debug level. I don't use it. So, I can not be of much help.
by TheWitness
Sat May 04, 2024 4:27 pm
Forum: Help: General
Topic: I am kind of new and I want to add new device
Replies: 6
Views: 92

Re: I am kind of new and I want to add new device

Well make sure that snmpget is working or snmpwalk is working from the command line before you start adding devices until you're comfortable.
by TheWitness
Sat May 04, 2024 4:26 pm
Forum: Help: General
Topic: snmpd.service failed because the control process exited with error code.
Replies: 4
Views: 84

Re: snmpd.service failed because the control process exited with error code.

As a beginner I recommend a one-line snmpd.conf configuration file:

Code: Select all

ropassword public
by TheWitness
Sat May 04, 2024 9:40 am
Forum: Help: General
Topic: Retina sized RRD Graph Images
Replies: 3
Views: 70

Re: Retina sized RRD Graph Images

In every theme directory <path_cacti>/include/themes/<themename> there is a file called rrdtheme.php . You can edit that file. It'll look something like the following the data below. You can change the defaults there. When you scale down the graphs via the number of columns or thumbnail view, Cacti ...