Search found 4 matches
- Fri Sep 04, 2015 12:10 pm
- Forum: Scripts and Templates
- Topic: [Script] batch add graphs by template
- Replies: 0
- Views: 976
[Script] batch add graphs by template
I couldn't find an easy way to create a graph template, and then batch add that graph to a group of hosts based off of their host templates, so I wrote a bash script to do it. Drop this script in your 'cli' directory. #!/bin/bash usage () { echo "usage: ./batch_add_graphs.sh -g graphtemplateid ...
- Mon Apr 15, 2013 7:01 am
- Forum: Help: General
- Topic: not creating rra folder and subsequent RRDs
- Replies: 1
- Views: 383
not creating rra folder and subsequent RRDs
Hi all, Running latest stable cacti on Centos6. Not sure what changed in my configurations (nothing that I did myself) but I go to create a new host and cacti doesn't create the rra folder for the host, and no RRDs. I get blank graphs for it. I've checked all the proper permissions and cacti has the...
- Fri Dec 21, 2012 11:09 am
- Forum: Help: Linux/Unix Specific
- Topic: Reported value not graphing correctly.
- Replies: 1
- Views: 466
Reported value not graphing correctly.
While cacti's GPRINT is reporting the value correctly, the graph is not. I am unsure what is happening. http://i.imgur.com/verYJ.png The maximum value for in and out is 1000000000. Anyone have an idea as to what's happening? I want to say it's something in the graph template itself but I can't reall...
- Tue Dec 20, 2011 10:06 am
- Forum: Help: General
- Topic: Distribute cacti across two networks?
- Replies: 1
- Views: 417
Distribute cacti across two networks?
Hello. We have one central cacti instance and using spine for polling. Cacti can make SNMP queries across the entire network (Network 'A' I'll call it). Everything works great in that sense. We have added a new network environment (Network "B"). As of right now, the only way B and A can se...