Search found 22 matches
- Wed Apr 13, 2011 10:19 pm
- Forum: Scripts and Templates
- Topic: Linux: Next Generation CPU Graph - ANY number of CPU Cores
- Replies: 24
- Views: 29830
Re: Linux: Next Generation CPU Graph - ANY number of CPU Cor
This works out of the box on smaller systems, however when used with larger systems (say 64 core/vcpu) the math no longer holds and the usage maxes out at 100 even when the cpu's are idle.
- Wed May 30, 2007 3:19 pm
- Forum: Help: General
- Topic: Erratic graph, jagged/missing lines.
- Replies: 7
- Views: 2054
- Wed May 30, 2007 1:06 pm
- Forum: Help: General
- Topic: Erratic graph, jagged/missing lines.
- Replies: 7
- Views: 2054
There is of course a problem with that, there are no NaN's in the graph, getting the AVERAGE I see the following for that item: 9.2666666667e-01 7.3333333333e-02 0.0000000000e+00 0.0000000000e+00 0.0000000000e+00 0.0000000000e+00 0.0000000000e+00 0.0000000000e+00 0.0000000000e+00 2.7600000000e+00 3....
- Fri May 25, 2007 9:26 am
- Forum: Help: General
- Topic: Erratic graph, jagged/missing lines.
- Replies: 7
- Views: 2054
- Thu May 24, 2007 3:14 pm
- Forum: Help: General
- Topic: Erratic graph, jagged/missing lines.
- Replies: 7
- Views: 2054
Erratic graph, jagged/missing lines.
I have a graph that seems to not want to draw full lines, it draws some of the lines, some of the time. On a different cacti server the exact same thing actually shows consistent data. I have gone step by step through the creation process but I cant figure why its doing this. I would expect that it ...
- Tue May 22, 2007 9:14 am
- Forum: Help: Linux/Unix Specific
- Topic: Apache stats script error: output: U
- Replies: 8
- Views: 2770
I think it actually has been rewritten accordingly (at least thats what a cursory glance would lead me to believe) however the most useful data we get about apache is a log-scrape script that uses a custom log that reports service times, errors and the like which dumps into a cacti graph. The actual...
- Fri May 18, 2007 1:23 pm
- Forum: Help: Linux/Unix Specific
- Topic: Apache stats script error: output: U
- Replies: 8
- Views: 2770
- Thu May 17, 2007 3:49 pm
- Forum: Help: Linux/Unix Specific
- Topic: Apache stats script error: output: U
- Replies: 8
- Views: 2770
So I have the script basically outputting the variable it was called with, and now I get the following: 05/17/2007 04:35:22 PM - CACTID: Poller[0] Host[68] DS[3093] SCRIPT: /usr/bin/perl /opt/cacti/scripts/ws_apachestats.pl~ 10.6.8.24, output : 10.6.8.24 05/17/2007 04:35:22 PM - CACTID: Poller[0] Ho...
- Thu May 17, 2007 12:43 pm
- Forum: Scripts and Templates
- Topic: weblogic monitoring via snmp or custom scripts?
- Replies: 38
- Views: 46573
This looks great and potentially a huge win. Where are you guys getting your snmp xml files ? Are you building them by hand ? Does anyone have a prebuilt set that would work for weblogic 8.1.5 ? Also has a side note, if your doing snmp for the system on port 161 and you put weblogic on some other sn...
- Thu May 17, 2007 10:37 am
- Forum: Help: Linux/Unix Specific
- Topic: Apache stats script error: output: U
- Replies: 8
- Views: 2770
its actually the exact same script. A long time ago when we were having some trouble we made a copy and poked it a bit, but everything ended up getting reverted once we determined that the script wasnt the issue. I renamed the stuff in cacti's UI after running an md5 on the scripts. Same result. run...
- Wed May 16, 2007 1:46 pm
- Forum: Help: Linux/Unix Specific
- Topic: Apache stats script error: output: U
- Replies: 8
- Views: 2770
Apache stats script error: output: U
So apache stats stopped working (Nan's in the graphs, cause the script doesnt seem to be working) 05/16/2007 02:20:24 PM - CACTID: Poller[0] Host[68] DS[3083] WARNING: Result from SCRIPT not valid. Partial Result: ... 05/16/2007 02:20:24 PM - CACTID: Poller[0] Host[68] DS[3083] SCRIPT: /usr/bin/perl...
- Tue May 08, 2007 5:46 pm
- Forum: Help: Linux/Unix Specific
- Topic: Switch to cactid no new graphs.
- Replies: 0
- Views: 1464
Switch to cactid no new graphs.
So after my switch to cactid on solaris I have a small problem, whenever I add a webserver and attempt to use the "Apache Statistics" based graphs the graphs dont get created. Running cactid for the host produces this: cacti@01:/opt/cacti$ ./cactid -f=68 -l=68 CACTID: Using cactid config f...
- Thu Apr 26, 2007 4:04 pm
- Forum: Help: Linux/Unix Specific
- Topic: Solaris: ERROR: SNMP Library Version Mismatch
- Replies: 8
- Views: 3209
I got it to compile. Its still giving the error:
I used the code from
Code: Select all
04/26/2007 04:55:00 PM - CACTID: Poller[0] ERROR: SNMP Library Version Mismatch (5.1-pre1a vs 5.1.1) (Cactid parent)
Code: Select all
svn checkout svn://svn.cacti.net/var/svnroot/cacti/branches/BRANCH_0_8_6/cactid
- Wed Apr 25, 2007 2:31 pm
- Forum: Help: Linux/Unix Specific
- Topic: Solaris: ERROR: SNMP Library Version Mismatch
- Replies: 8
- Views: 3209
- Wed Apr 25, 2007 2:07 pm
- Forum: Help: General
- Topic: Data input method (script/command)
- Replies: 1
- Views: 674
Data input method (script/command)
So I have a script that goes through and get apache timing log data. the "input string" is set as follows: /usr/bin/ssh roller@<ip> './timing-report.pl <argip>' I have both ip and argip set as input fields. However the script is run by cacti like so: /usr/bin/ssh roller@ './timing-report.p...