Questions tagged [graph]
The graph tag has no summary.
107 questions
1
vote
1
answer
165
views
Users with privileged roles on administrative units
I need a list of Entra users in my tenant who can assign themselves privileged roles.
I need the RoleName, UserName, AssigmentType (for general, not if it's pimmed at the moment the script runs) and ...
0
votes
2
answers
194
views
Shutting Down Last Exchange Server step 5b - How and where do I run Microsoft.Graph.Applications in PowerShell?
After completing all prior steps, which are all run in on-prem Exchange PowerShell, I have come to step 5b here:
https://learn.microsoft.com/en-us/exchange/manage-hybrid-exchange-recipients-with-...
0
votes
0
answers
259
views
HaProxy Configuration For Microsoft Graph API and OAuth Token
I am not an expert with HA proxy, that can be the first reason for my requests getting failed.
I have a Java application that is on a server which dont have access to Internet. Access is only ...
0
votes
0
answers
84
views
Powershell Graph API: Cannot use AND within $search
I don't seem to be able to use AND in $search.
Below just returns everything in the mailbox.
What did I do wrong?
$api = 'https://graph.microsoft.com/V1.0/users/[email protected]/messages?$search=...
1
vote
0
answers
83
views
Reduced speed for Microsoft Graph API
Over the past two days the speed for retrieval of data through the Microsoft Graph API has diminished tremendously. Downloads that used to take above 5 to 10 seconds have now increased to 30 seconds ...
0
votes
0
answers
642
views
Zabbix 5 lack of individual charts.php page - how to restore?
As I can see Zabbix 5.x have no charts.php page so no way to get individual graph displayed without loading all graphs for the host.
I tried to copy charts.php from 4.4.10 to 5.0 - no luck, it won't ...
1
vote
0
answers
410
views
Plotting 2 distinct y-axis using rrdtool
I would like to create a graph with 2 different data sources for y-axis.
For example,
I would like to measure averages of some population on the left Y-axis, and I have another data source which ...
5
votes
0
answers
246
views
Is it possible to add another graph 10 years to munin?
Is it possible to add a fifth graph (following after day, week, month, year), e.g. "10 years" to munin?
If yes, is it possible without losing the existing data/graphs?
2
votes
0
answers
687
views
Moving docker storage to new (encrypted) location
I am trying to move docker image storage.
OS Linux Mint 18.3
I tried multiple approaches including:
daemon-configuration-file /etc/docker/daemon.json
{ "graph": "/new/dir/docker"}
modifying ...
1
vote
1
answer
2k
views
Is there a better way to analyze Varnish hit rate
I currently analyze varnish hit rate like this
While this is good, a major part of the request the server services is non-cacheable. This brings down the hit rate drastically.
How can I modify this ...
4
votes
0
answers
1k
views
Cacti gets data but does not show a graph
I use Cacti to monitor the call load of a Squire MG1000.
I have created a graph using the SNMP Generic OID template.
In the graph overview, I also see data for current, average and maximum calls but ...
2
votes
1
answer
2k
views
Generate graph in Grafana from API
I'm looking for a way to generate an arbitrary graph from the Grafana API, ideally by just feeding it a query.
After looking in the doc I don't see anything to do it directly, so the only way I can ...
2
votes
1
answer
4k
views
Grafana: can it graph the change in two measurements?
I'm trying to find a way to measure the delta of two measurements in a Grafana graph. For example, I have chart one with a plotted point 1 equal to 100 and five minutes later point 2 is 75, the second ...
0
votes
1
answer
485
views
difference between snmpwalk and check_snmp_int
what is the difference between check_snmp_int and snmpwalk command to get the ifInOctects 1.3.6.1.2.1.2.2.1.10
my check_snmp_int gives wrong values for bandwith monitoring , ifInOctects and ...
2
votes
4
answers
1k
views
10 min. bursts of CPU usage: how can I find out which processes are the cause?
The CPU usage graph above was generated by running psensor overnight on my linux box. Note the 10 minute bursts of activity consuming up to 40% of the Xeon. The machine ought to have been at idle ...