Search found 5 matches
- Mon May 06, 2024 12:02 pm
- Forum: Help: Linux/Unix Specific
- Topic: All CPU graph Black 100% or Blank
- Replies: 5
- Views: 2033
Re: All CPU graph Black 100% or Blank
Solved myself for addr in $(cat /tmp/client.txt) do /bin/rrdtool tune /cac0x00/prd/local/cacti-1.2.22/rra/"$addr"_ucd_sscpurawidle_*.rrd --minimum ucd_ssCpuRawIdle:U /bin/rrdtool tune /cac0x00/prd/local/cacti-1.2.22/rra/"$addr"_ucd_sscpurawidle_*.rrd --maximum ucd_ssCpuRawIdle:U ...
- Mon May 06, 2024 11:20 am
- Forum: Help: Linux/Unix Specific
- Topic: All CPU graph Black 100% or Blank
- Replies: 5
- Views: 2033
Re: All CPU graph Black 100% or Blank
I tried something like that but it doesn't work.. for i in `cat /tmp/client.txt` ; do /bin/rrdtool tune /cac0x00/prd/local/cacti-1.2.22/rra/$i_ucd_sscpurawidle_*.rrd --minimum ucd_ssCpuRawIdle:U /bin/rrdtool tune /cac0x00/prd/local/cacti-1.2.22/rra/$i_ucd_sscpurawidle_*.rrd --maximum ucd_ssCpuRawIdl...
- Mon May 06, 2024 10:32 am
- Forum: Help: Linux/Unix Specific
- Topic: All CPU graph Black 100% or Blank
- Replies: 5
- Views: 2033
Re: All CPU graph Black 100% or Blank
Attachment :
- Mon May 06, 2024 10:30 am
- Forum: Help: Linux/Unix Specific
- Topic: All CPU graph Black 100% or Blank
- Replies: 5
- Views: 2033
Re: All CPU graph Black 100% or Blank
For some reason.. i found the problem was Min and Max values who were setted to 0 instead of U... why .. i don't know..
Do you know guys who to update all my datasources already setted and indexed from all servers without deleting and recreating everything ?
Do you know guys who to update all my datasources already setted and indexed from all servers without deleting and recreating everything ?
- Mon May 06, 2024 9:44 am
- Forum: Help: Linux/Unix Specific
- Topic: All CPU graph Black 100% or Blank
- Replies: 5
- Views: 2033
All CPU graph Black 100% or Blank
Hi Mates, Version of cacti : cacti-1.2.22 I'm encountering a problem on cacti with my CPU graphs, everthing turn to black 100% or Blank You can see in attachment an example from one server, it was working before.. only CPU encountering an issue. i tried the OID from the cacti server to my linux clie...